
body {
  height: 100vh;
}
.container {
  width: 100%;
  margin: auto;
  overflow: hidden; 
}



#header {
  background-color: #e9f5f9;
  border-bottom: 5px solid red;
}



#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header li {
  display: inline;
  padding: 0 20px;
  font-family: "Audiowide", sans-serif;
}
#branding {
  color: rgb(13, 78, 100);
  font-family: "Audiowide", sans-serif;
}

#spanColor {
  color: #ff0000;
}


#apartment{
  background-image: url("images/antalya1.jpg");
  text-align: left;
  height: 80vh;
  background-size:"width: cover; margin: center 10;px";
  
}