html,
body {
	height: 100%;
	font-family: "Seravek","IBM Plex Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
}

.container {
	min-width: none;
	width: fit-content;
	background: rgba(248, 239, 224, 0.65);
	margin-right: auto;
	margin-left: auto;
	max-width: 1050px;
  }


.tutorial {
	width: 40em;
	padding: 7px 11px;
	background: rgba(248, 239, 224, 0.65);
	border-radius: 25px;
	opacity: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
	font-family: "IBM Plex Sans", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
  padding: 5%;
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p{
  font-family: "IBM Plex Sans", sans-serif;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.fa-cog {
  color: black;
}
