@font-face {
	font-family: "Quicksand";
	src: url("quicksand/Quicksand-Regular.otf");
}

body {
	background-color: rgb(20, 20, 20);
	/*background-image: url("back2.png");*/
	color: white;
	font-size: 2em;
	font-family: "Quicksand", sans-serif;
	margin: 0;
}

em {
	font-style: normal;
	font-weight: bold;
}

a {
	outline: none;
	color: white;
	text-decoration: none;
}

h1, h2, h3, p {
	text-align: center;
}

.logo {
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.logo a {
	color: rgb(63, 63, 63);
	transition: color 0.5s;
}

.logo a:hover {
	color: white;
}

footer {
	background-color: rgb(31, 31, 31);
	height: 100%;
	font-size: 0.7em;
	padding: 30px 15%;
}

a section {
	transition: background-color 0.5s;
}

a section:hover {
	background-color: rgb(63, 63, 63);
}

section {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 3%;
	border-radius: 15px;
	background-color: rgb(31, 31, 31);
}
