header{
    text-align:center;  
}

a {
    text-decoration: none;
}

body{
    font-size: 3.5vw;
    font-family: Arial, sans-serif;    
    background-color: #97d7e8;
}
.art-img{
   width: 35vw;
   height: 35vw;
}
.image-content{
    text-align: center;
}
.main-content{
    margin-left: 3.2vw;
    margin-right: 3.2vw;
}
.plane-header{
    width: 100%; 
    height: auto;    
}

/* Desktop Adjustments */
@media screen and (min-width:1280px) {
    .plane-header{
        width: 60%; 
        height: auto;    
    }
    body{
        font-size: 17px;
    }
    .art-img{
        width: 15vw;
        height: 15vw;
    }
    .main-content{
        margin-left: 15vw;
        margin-right: 15vw;        
    }
    
}


