/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/

body {
    display: flex;
    background: black;
    font-family: "Bebas Neue", sans-serif;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.text-big {
    font-size: 13vw;
    flex-direction: column;
    display: flex;
    height: 99vh;
    width: 99vw;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
}

.text-slim {
    font-size: 9vw;
    flex-direction: row;
    display: flex;
    height: 99vh;
    width: 99vw;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.text-slim-price {
    font-size: 7.5vw;
    flex-direction: row;
    display: flex;
    height: 99vh;
    width: 99vw;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.text-fullscreen {
    font-size: 28vw;
    flex-direction: column;
    display: flex;
    height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 0.85;
}

.fullscreen-small-gap {
    gap: 3vw;
}

.fullscreen-big-gap {
    gap: 14vw;
}

.highlight {
    color: #ff8c40;
}

.transparent {
    background-color: transparent;
}
