header div{
   margin: 30px;
}
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;
    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;
}
body {
   margin: 0;
   font-family: Rubik Glitch;
   background: no-repeat 100%/cover scroll url(Images/Down_will.png);
}
footer{
font-family: Love Light;
}
.arrow{
   width: 20px;
}
.Linkage{
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   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;
}
.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);
}
.blocked{
   pointer-events: none;
}
nav button:hover{
   cursor:pointer;
}
.Linkage div:nth-of-type(2){
    align-self: flex-end;
}
.Linkage div:nth-of-type(4){
    align-self: baseline;
}
.Linkage div:nth-of-type(6){
    align-self:self-end;
}
.Linkage div:first-of-type{
    align-self:flex-start;
}
.Block {
   opacity: 0;
   position: absolute;
   scale: 110%;
   pointer-events: none;
   transition: opacity 0.3s ease;
   Z-index: 2;
}
#Blocked.locked {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}