html {
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

body {
	background: #0d0d0d;
	color: white;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

h1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.icons-social a {
	color: #FAFAFA;
}

.icons-social i {
	padding: 10px;
}

.footer-credit {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	justify-content: center;
	padding: 2rem;
}

