@font-face { font-family: Ubuntu; src: url('Ubuntu-Light.ttf'); } 

body{
	color:white;
	padding-top:100px;
	background-color: black;
	font-family: Ubuntu;
} 
div.logo{
	background-image:url(logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	width: 100%;
	height: 60%;
}
div.description{
	text-align:center;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  background: #00caa1;
  color: white;
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}