*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "8bit";
    src: url(/assets/fonts/DeterminationMonoWeb.woff);
}

@font-face {
    font-family: "Dicer Light";
    src: url(assets/fonts/Dicier-Round-Light.woff);
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://i.redd.it/made-a-chapter-4-themed-desktop-wallpaper-2-variants-v0-v37cc2hlr7bg1.png?width=1920&format=png&auto=webp&s=071fe2bbcd21d6cf2039a58b304b95635b9b2c1e);
    background-size: cover;
}

.nav1{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 12px;
    padding-right: 0px !important;
}

.nav2{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 12px;
}

nav .nav_item{
    writing-mode: sideways-lr;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    width: 50px;
    margin-top: 10px;
    cursor: pointer;
}

nav .nav_item2{
    cursor: pointer;
    writing-mode: sideways-rl;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    width: 50px;
    margin-top: 10px;
}


nav .item_1{
    background-color: pink;
}

nav .item_2{
    background-color: lightblue;
}

nav .item_3{
    background-color: lightseagreen;
}

nav .item_4{
    background-color: lightcoral;
}

nav .item_5{
    background-color: lightyellow;
}

nav .item_6{
    background-color: lightskyblue;
}

nav .item_7{
    background-color: lightsalmon;
}

nav .item_8{
    background-color: black;
    color: white;
}




main{
    background: url(https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvam9iNTkzLTA1MGEta3V3NG5veWwuanBn.jpg);
    padding: 10px;
    margin-top: 3%;
    border-radius: 20px;
}

/*section------*/
.texto{
    background: url(assets/img/evxip4.png);
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    font-family: sans-serif;
}

span{
    font-family: "Dicer Light", sans-serif;
    font-feature-settings: “liga” 1, “kern” 1, “calt” 1;
}


.descricao{
    width: 500px;
    max-height: 627px;
}

.scroll{
    overflow-x: hidden !important;
    overflow: scroll;
}

nav .active{
    filter: drop-shadow(-5px 0px 5px rgba(0, 0, 0, 0.405));
}

p, li{
    font-family: "8bit";
    font-size: 20px;
}

h1, h2, h3{
    font-family: "8bit";
    color: white;
    -webkit-text-stroke: 0.8px blue;
    filter: drop-shadow(1px 2px 0px black);
}

nav a{
    text-decoration: none;
    color: black;
}

nav .item_9{
    background-color: lightgreen;
}