:root {
	font-size: 16px;
}

@font-face {
  font-family: montserratLightItalic;
  src: url(assets/Montserrat-LightItalic.ttf);
}

body {
	font-family: montserratLightItalic;
	font-weight: 600;
}

#page {
	height: 100vh;
	background-image: url(assets/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    padding-bottom: 10rem;
}

.logo-container {
    align-items: flex-start;
}

.social {
	margin-top: 6rem;
}

.social img {
	width: 45px;
	height: auto;
}

.logo {
	max-width: 80%;
}

.info a {
	font-size: 1.6rem;
	color: #fee062;
	display: block;
}

@media (max-width: 767px) {
	.info a {
		font-size: 1.4rem;
	}
}

@media (max-width: 576px) {
	.info a {
		font-size: 1.3rem;
	}

	.social img {
		width: 38px;
	}
}