* {
    font-family: "Arial", Arial, fantasy;
}

body {
    background: black;
    color: white;
    overflow-x: hidden;
}

A:link {
    color: white;
    text-decoration: none;
}

a:active {
    opacity: 0.5;
}

.layer1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 120px;
}

.layer1 h1 {
    font-size: 120px;
    white-space: nowrap;
}

.layer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10vh;
}

.layer2 h3 {
    font-size: 24px;
    white-space: nowrap;
}

.layer3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: nowrap column;
    font-size: 16px;
    padding-top: 40px;
}

.layer3 p {
    padding-bottom: 16px;
    font-size: 18px;
    white-space: nowrap;
}

p {
    font-size: inherit;
    white-space: pre;
}

.letter {
    color: white;
    content: "\2709";
}

@media screen and (max-width: 1024px) {
    .layer1 h1 {
        font-size: 92px;
    }

    .layer2 {
        font-size: 16px;
        padding-top: 16px;
    }

    .layer2 h3 {
        font-size: 18px;
    }

    .layer3 p {
        font-size: 14px;
    }
}
