@font-face {
  font-family: "MVBoli"; 
  src: url("mvboli.ttf") format("truetype"); 
} 

#loroteam_jumpscare {
  margin: 0;
  background: linear-gradient(#ff934e, #fc686f);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  box-sizing: border-box;
  transition: all 1.5s ease;
  color: white;
  z-index: 1999;
  position: fixed;
  bottom: 0;
  left: 0;
}

#loroteam_logo {
  user-select: none;
  font-family: MVBoli;
  font-size: 0px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  transition: all 0.2s, opacity 0.5s, font-size 1.5s, transform 1s ease;
  text-align: center;
  margin: 0;
}

#loroteam_logo:hover {
  transform: scale(1.3);
}

body {background: black;}