body {
  margin: 0;
   background-color: #111;
 }
 
 .tip {
     width: calc(100% - 37%);
     /* left: 0; */
     right: 0;
     bottom: 15px;
     margin: 0 auto;
     font-size: 14px;
     padding: 15px 20px;
     text-align: center;
     position: absolute;
   }
 
   .controlpanel {
     display: flex;
     position: absolute;
     z-index: 900;
     width: 100%;
     max-width: 500px;
     color: #222;
     font-family: Roboto;
     align-self: center;
     max-height: 20px;
     left: 50%;
     transform: translateX(-50%);
   }
 
footer {
  position: fixed;
  text-align: center;
  color: white;
  width: 100%;
  bottom: 5px;
  font-family: Verdana;
  font-size: 14px;
}
   .controlpanel .controls {
     background: black;
     transform: translateY(-100%);
     transition: 0.2s;
     visibility: hidden;
     width: 100%;
     padding: 7px 10px;
     display: flex;
     align-items: center;
     border-top: none;
     border-radius: 30px 30px 30px 30px;
     box-shadow: #000000 0px 3px 8px;
     height: 15px;
   }
 
   .controlpanel:hover .controls {
     transform: none;
     visibility: visible;
     max-height: none;
     height: 51.4px;
   }
 
   .controlpanel .controls input {
     background: none;
     border: none;
     margin: 0px 20px;
     color: white;
     flex-grow: 1;
     outline: none;
   }
 
   .controlpanel .controls .icon {
     width: 20px;
     height: 20px;
     margin: 0px 2x 0px 2px;
   }
 
   .controlpanel .controls .button {
     background: none;
     font-size: 2px;
     cursor: pointer;
     font-family: Material Icons;
     padding: 2px 7px;
     margin: 0px 2px;
   }
 
   .home-icon {
     display: none;
   }
 
   .Home:before {
     content: url(/assets/images/icons/homeicon.svg);
     display: block;
     width: 20px;
     height: 20px;
   }
 
   .fullscreen-icon {
     display: none;
   }
 
   .Fullscreen:before {
     content: url(/assets/images/icons/fullscreen.svg);
     display: block;
     width: 20px;
     height: 20px;
   }
 
   .button {
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .alien {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-donate {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
  }
  
  .donate {
    border: solid white;
    font: inherit;
    color: white;
    transition: 0.5s;
    background-color: #444;
    width: 250px;
    height: 70px;
    border-radius: 10px;
    text-align: center
  }
  
  .donate:hover {
    box-shadow: inset 0 100px 0 0 white;
    color: black;
    border: 3px solid black;
  }

  
  #searchbar {
    background-color: rgba(30, 30, 30, 0.8);
    color: white;
    text-align: center;
    border-radius: 30px;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
      0 17px 50px 0 rgba(0, 0, 0, 0.19);
    width: 25%;
    transition: all 0.4s ease-in-out;
    height: 60px;
    border: none;
    text-align: center;
    outline: none;
  }
  ::placeholder {
    color: white;
    opacity: 1;
  }

.gba-roms{
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: rgba(59, 56, 56, 0.356);
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: white;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.gba-roms:hover{
    background-color: rgba(0, 0, 0, 0.356);
    color: rgba(255, 255, 255, 0.534);
    scale: 1.1;

}

.gameboy-roms{
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: rgba(59, 56, 56, 0.356);
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: white;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.gameboy-roms:hover{
    background-color: rgba(0, 0, 0, 0.356);
    color: rgba(255, 255, 255, 0.534);
    scale: 1.1;

}

.n64-roms{
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: rgba(59, 56, 56, 0.356);
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: white;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.n64-roms:hover{
    background-color: rgba(0, 0, 0, 0.356);
    color: rgba(255, 255, 255, 0.534);
    scale: 1.1;

}

.nes-roms{
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: rgba(59, 56, 56, 0.356);
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: white;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.nes-roms:hover{
    background-color: rgba(0, 0, 0, 0.356);
    color: rgba(255, 255, 255, 0.534);
    scale: 1.1;

}

.snes-roms{
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: rgba(59, 56, 56, 0.356);
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: white;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.snes-roms:hover{
    background-color: rgba(0, 0, 0, 0.356);
    color: rgba(255, 255, 255, 0.534);
    scale: 1.1;

}
