header nav{
background-color: rgba(127, 255, 212, 0.158);
border-bottom: 2px solid #f1f1f158;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left:0;
}
.right button{
   border-radius: 15%;
   border-style: none;
   margin-right: 5px;
   align-items: end;
   justify-self: end;
   font-size: large;
}
.searchbar{
   justify-self: center;
   align-self: center;
   height:90%;
   width: 50vh;
   margin: 1%;
}
body {
   margin: 0;
   font-family: Rubik Glitch;
   background: no-repeat 100%/cover scroll url(../../Images/PlacesB.png);
}
footer{
font-family: Love Light;
}
.arrow{
   width: 20px;
}
.Linkage{
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   height: 120vh;
   width: 150vh;
   margin-left: 30vh;
   margin-right: 30vh;
}
.Linkage div{
 padding: 1rem;
 padding-bottom: 0%;
 background-color: rgba(127, 255, 212, 0.11);
 border-radius: 1.5em;
 display: flex;
 justify-content: center;
 margin: 0 15px 0 15px;
}
.Linkage img{
   width: 200px;
   align-items: center;
}
a{
   text-decoration: none;
   text-align: center;
}
h2 {
      margin-top: 0%;
      color: rgb(0, 0, 0);
}
h3 {
   font-family: Splash;
   color:antiquewhite;
}
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);
}
.Block {
   opacity: 0;
   position: absolute;
   scale: 110%;
   pointer-events: none;
   transition: opacity 0.3s ease;
   Z-index: 2;
   /* margin-top: -25px; */
}
#Blocked.locked {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
nav button:hover{
   cursor:pointer;
}
