body {
    font-family: Arial, Helvetica, sans-serif;
    background: url(/bg.webp) repeat fixed center;
    background-size: cover;
    color: white;
}

.warp {
    max-width: 360px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(12, 22, 17, 0.849);
    padding: 20px;
    padding-top: 5px;
    border-radius: 20px;
}

a {
    color: #a2ffd8;
}