@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Regular.woff2') format('woff2'),
        url('Exo2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#title_3d {
    font-family: 'Exo 2', sans-serif;
    font-size: 20vw;
    margin: 30px;
    color: #d46c0a;
}


.z-layer:not(:first-child) {
    color: #590b0b;
 }