body {
  background-image: url('Images/bliss.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.centralpane{
  background-image: url('Images/vista.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  border-style:solid;
  border-color:#3d0945;
  border-width:5px;
  border-radius:10px;
  width:90%;
  margin:auto;
}
.centralpane p{
  filter: blur(2px); 
}
.navbar {
  display: flex;
  justify-content: space-between;
  width:90%;
  padding-top:10px;
  padding-bottom:20px;
  padding-left:5%;
  padding-right:5%;
}
.navbar h2 {
  border-style:solid;
  border-color: black;
  border-width: 3px;
  border-radius:10px;
  float:left;
  text-align:center;
  font-size:20px;
  width: 15%;
}
.navbar h2.active{
  background-color:#f3ff0f;

}
.navbar h2:hover{
  background-color:#f3ff0f;

}
.doors {
  display: flex;
  justify-content: space-between;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

