body{
  background-color: #6AD4DD;
  margin: 0;
  display: block;
}
nav{
  display: flex;
  justify-content: space-around;
  background-color: #6AD4DD;
}
footer{

  background-color: black;
}
main{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E1F7F5;

}
#name {
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
}
h3{
  font-size: 25px;
}
#inform{
   font-size: 20px;
}
#about, #advantages, #end{
  margin: 25px;
  font-family: "Teachers", sans-serif;
  font-size: 25px;
}
footer{
  display: flex;
  justify-content: space-around;
}
#map{
  margin-top: 15px;
}

#creat{
display: flex;
justify-content: center;
background-color: black;
color: #fff;
font-size: 13px;
font-family: "Teachers", sans-serif;
}
#contact{
font-family: "Teachers", sans-serif;
color: #fff;
font-size: 20px;
}
.picture{
  margin-left: 10px;
  margin-right: 10px;
  width: 600px;
}
#livingroom, #kitchen, #bedroom, #bathroom {
  display: flex;
  justify-content: center;
  }
 .name{
  display: flex;
  justify-content: center;
  font-family: "Teachers", sans-serif;
  font-size: 25px;
  }
.btn{
  font-family: "Teachers", sans-serif;
  padding: 17px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 50px;
  margin: auto;
  background-color: #7AB2B2;
  border: 2px solid black;
}  
#foto1, #foto2, #foto3, #foto4{
width: 800px;
height: 900px;
}
@media all and (max-width:800px){
  
  #img{
    width: 300px;
  }
  #foto1, #foto2, #foto3, #foto4{
    width: 200px;
    height: 250px;
  }
  .btn{
    font-size: 11px;
    padding: 15px;
  }
  nav, footer{
    flex-direction: column;
    align-items: center;
  }
  #name{
    font-size: 30px;
  }
  #map{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    
  }
}
