body {
	background-size: cover;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.main-box {
    position: absolute;
    top: 35%;
	left: 10%;
	width: 47%;
}
a {
   color: aqua;
   text-decoration: none;
}
a:hover {
	color: aquamarine;
}
.socials {
    position: absolute;
    top: 35%;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-youtube:hover {
  background: white;
  color: #bb0000;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-twitter:hover {
  background: white;
  color: #55ACEE;
}
.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-reddit:hover {
  background: white;
  color: #ff5700;
}