html{
   
    background: url(/files/lostincorfu.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.logo img{
    display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  margin-bottom: 5px;
  margin-top: 15px;
 
   
     
      
  

   
   
}

.maintenance  h2{
    color: rgb(255, 255, 255);
    margin-top: 0;
    font-size:  1.5em;
    margin-bottom: 0;
    margin-top: 37px;
    
}
.maintenance h1{
    margin-top: 0;
    color: rgb(255, 255, 255);
}
.maintenance {
margin-top: 0;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

color: rgb(255, 255, 255);
    
}
p{margin-top: 10%;
    background-color: rgba(225, 191, 146, 0.438);
box-sizing: border-box;
border-radius: 70px;
font-size: 1.4em;

}
a {
    color: rgb(105, 238, 255);
  }
.dev img{
 align-items: center;
 align-self: center;
    height: auto; 
    width: auto; 
    max-width: 400px; 
    max-height: 400px;
    object-fit: contain;

    top: 31%;
    right: 32%;
    padding-bottom:  200px;
    position: fixed;
   
    
}

@media screen and(max-width: 800px) {
    .maintenance p{
        font-size: 0.8em;
    }
    .maintenance h2{
        font-size: 1em;
    }

    .logo img{
        height: 100px;
    }
    
}

@media screen and(max-width: 400px) {
    .maintenance p{
        font-size: 0.2em;
    }
    .maintenance h2{
        font-size: 0.3em;
    }

    .logo img{
        height:45px;
    }
    
}