header nav{
   background-color: rgba(127, 255, 212, 0.158);
   border-bottom: 2px solid #f1f1f158;
   position: fixed;
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   top: 0;
   left:0;
   margin-top: 5px;
}
.right button{
   border-radius: 15%;
   border-style: none;
   margin-right: 5px;
    font-size: large;
}
.searchbar{
   justify-self: center;
   align-self: center;
   height:90%;
   width: 50vh;
   font-size: 16px;
   padding: 5px 10px;
   border-radius: 20px;
   margin-top: 0;
   outline: none;
   transition: width 0.3s, border-color 0.3s;
}
.searchbar:focus{
  width: 60vh;
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
ul{
   margin:0;
   padding: 0;
   text-align: center;
}
#inn{
   opacity: 0.5;
   position: absolute;
   width: 40px;
   padding: 0;
   margin: 0;
   pointer-events: none;
}
#innB{
   height: 90%;   
}
#enter{
   width: 15px;
   background: 100% url(Images/enter.png);
}
nav button:hover{
   cursor:pointer;
}
aside{
   position: static;
   align-items: end;
   justify-self: end;
   width: 280px;
   background-color: #e9e9e9af;
   border: 1px solid #696969;           /* ← aqui está a borda */
   border-radius: 6px;
   padding: 16px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.08);
   font-family: 'Segoe UI', Tahoma, sans-serif;
   color: #333;
   text-align: center;
}
th, td{
   padding: 8px 10px;
   text-align: left;
   border-bottom: 1px solid #696969;
}
.MainImage{
   width: 100%;
   border:1px solid #696969;
}
.MainImageBG{
   width: 100%;
}
.Block{
   position: absolute;
   width: 14.8em;
   height: 14em;
   margin-top: -3.5em;
   scale: 110%;
   pointer-events: none;
   Z-index: 2;
}
aside h2{
   margin-top: 5px;
   margin-bottom: 0;
   padding: 0;
}
.MainT{
text-align: left;
position: relative;
}
#MainBody{
   display: flex;
   gap: 20px; 
   max-width: 1500px;
   margin: 10px auto;
   padding: 0 1%;
}
p{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#separation{
   border-bottom: 1px solid #696969;
}
#separation h1{
   font-family: "Love Light", cursive;
   font-weight: 400;
   font-style: normal;
   margin: 40px 10px 0px 800px;
   width: 600px;
   display:inline-block;
   transform:scale(2,0.5);
}
body{
   background: 50%/cover url(../../Images/Doors_to_Heaveinly.png);
}