* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    body {
    background-color: #336600;
}

.container {
    position: absolute;
    width: 25%;
    height: 25%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
}

.text-center {
    text-align: center;
}

.lemon-lime {
    color: #cbe1a3;
}

.green {
    color: #669900;
}

.termina {
    font-family: termina, sans-serif;
    font-size: 4em;
}

.jetlab {
    font-family: jetlab-variable, sans-serif;
    font-variation-settings: "HORZ" 0, "LIFT" 100, "THRU" 50, "VERT" 50;
    font-size: 17.25em;
}
