.logo{
   background-image: url("logo.gif") ;
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 100%;
    background-position: center; 
    background-size: contain;
}