*{
    margin: 0;
    padding: 0;
    font-family: High Spirited;
}

.hero{
    width: 100%;
    height: 100vh;
    background-image: url(image/aduback.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;

}

.social{
    width: 50px;
    margin:5px auto;
    cursor: pointer;
    align: center;
    margin-top: 550px;
}

.follow{
    font-family: cursive;
    font-size: 30px;
    font-weight: normal;
    color: antiquewhite;
    text-align: center;
}

@media screen and (max-width:600px) 
{
   .hero{
    background-image: url(image/mobilebg.jpg);
   } 
   
    .social{
        width: 50px;
        margin:5px auto;
        cursor: pointer;
        align: center;
        margin-top: 650px;
    }

   }
   .follow{

   }
}