html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;

}

.cap {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 8vw;
    font-weight: 900;
    letter-spacing: 0.1em;

}

.nun {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    /*font-variation-settings: "wdth" 200, "YTLC" 500;*/
    font-size: 8vw;
    letter-spacing: -0.05em;
}