body{
    background-color: #fbfbfb;
    margin-left: auto;
    margin-right: auto;
    
}




.gif{
    text-align:center;
}
.gif img{
    
    padding-top: 7.5%;
    width: 609px;
}


.logo img{
    position: absolute;
    bottom: 2%;
    right: 1.5%;
    width: 210px;
   

}



@media only screen and (max-device-width: 480px) {
    .gif{
        text-align:center;
    }
    .gif img{
        
        padding-top: 20%;
        width: 400px;
    }
    
    
    .logo img{
        position: absolute;
        bottom: 2.5%;
        right: 2%;
        width: 150px;
       
    
    }
}