body {
    background-color: #010010;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

h1 {
    color: #feffff;
    font-size: 6em;
    text-align: center;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 3em;
    padding-bottom: 0.5em;
    border-bottom: solid 5px #2aa1c5;
}

@media (max-width: 768px) {
    h1 {
        font-size: 4em;
        margin-top: 2em;
    }
}