* {
    font-family: 'Switzer', sans-serif;
}

body {
    background-color: #050505;
    color: #f5deb3;
    overflow-x: hidden;
}

::selection {
    background: #f16a50;
    color: #ffffff;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg) scaleX(1.5);
}

.txt-lg {
    font-size: 10rem;
    line-height: 1;
}

.text-popp {
    color: #f16a50;
}

html,
body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .vertical-text {
        writing-mode: horizontal-tb;
        font-size: 4rem;
        letter-spacing: -2px;
        transform: none;
        text-align: left;
    }

    .txt-lg {
        font-size: 4rem;
        width: 100%;
        text-align: left;
    }
}