@import 'https://fonts.googleapis.com/css?family=Abril+Fatface';
body {
background: #fff;
font-family: 'Abril Fatface', cursive;
margin: 0;
}
#content {
position: absolute;
width: 100%;
height: 300px;
text-align: center;
margin-top:-150px;
top:50%;
}
#content > a {
text-decoration: none;
font-size: 21px;
line-height: 30px;
}
#content > a.facebook, #content > a.whatsapp {
color: #140c38;
}
#content > a.email {
color: #75BEC4;
}
@media only screen and (max-width: 767px) {
#content {
position: relative;
display: inline-block;
width: 100%;
top: 100px;
margin: 0 auto;
}
#content > a {
text-decoration: none;
font-size: 16px;
}
}