body {
    font-family: 'Montserrat', sans-serif !important;
    width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    overflow-y: scroll !important;
    background: linear-gradient(135deg, #111034, #0a0920);

    padding-top: 1vh;

    display: flex;
    justify-content: center;
}

.text-zone {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    padding: 2vw;
    border: solid 1px #111;
    width: 90vw;
}

* {
    color: white;
}

p {
    width: 70vw;
}
