body {
  background: url('img/wufwuf.gif') no-repeat center center fixed;
  background-size: cover;
  font-family: 'VT323', monospace;
}
a {
  color:#000;
  text-decoration: none;
}
a:hover {
  color:#EC407A;
  text-decoration: none;
}
.lost-1 {
    font-size: 4.42rem !important;
    margin-bottom: -2.5rem;
}
.lost {
    position: fixed;
    bottom: 24px;
    right: 24px;
    margin: 0;
    padding: 0;
    max-width: calc(100vw - 48px);
    text-align: right;
    z-index: 9999;
    color:#000;
    font-size: 2.5rem !important;
    background:#fff;
    border-radius:10px;
    padding:1rem;
}

@media screen and (max-width: 480px) {
    .lost {
        bottom: 16px;
        right: 16px;
        max-width: calc(100vw - 32px);
        z-index: 9999;
        color:#000!important;
        font-size: 1.4rem !important;
}
.lost-1 {
    font-size: 2.48rem !important;
    margin-bottom: -1.5rem;
}
     a {
        color:#EC407A;
        text-decoration: none;
}
     a:hover {
        color:#EC407A;
        text-decoration: none;
}
}