@charset "UTF-8";
/* CSS Document */

body {
margin-top :30px;
background-color : #FFF;
    font-family: Helvetica, Arial, "sans-serif"


}




.center {
border: 0px solid #333;
padding: 0px;
    background-color: #FFF;
    background-image: url("logofront.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height:50vh;
    width:60%;
    margin-left:auto;
    margin-right: auto;
    margin-top:25vh;
    
}





/* Small Tablets */
@media (min-width: 321px)and (max-width: 768px) {


  

    
 
    
}

/* Mobile */
@media (max-width: 320px) {
    
    


 
    
}








