body {
    background-color: #0e0e0e;
    color: white;
    
    text-transform: uppercase;
    font-family: "Telegraf";
    padding: 2vw;
}

h3 {
}

@font-face {
    font-family: "Telegraf";
    font-weight:300;
    src: url(PPTelegraf-UltraLight.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:400;
    src: url(PPTelegraf-Regular.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:700;
    src: url(PPTelegraf-Bold.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:900;
    src: url(PPTelegraf-Black.woff2);
}

#sidebar {
    position: fixed;
    width: 10vw;
    background-color: #1a1a1a;
    padding: 2vw 5vw 2vw 5vw;
    border-radius: 25px;
}

#reset {
    border: solid white 1px;
    border-radius: 10px;
    padding: 1vw;
    text-align: center;
}

#reset:hover {
    border: solid white 1px;
    border-radius: 10px;
    background-color: gray;
    padding: 1vw;
    text-align: center;
}

.page-section {
    float: right;
    width: 63vw;
    background-color: #1a1a1a;
    padding: 2vw 5vw 2vw 5vw;
    border-radius: 25px;

}

.-img{
    max-width: 100%;
    max-height: 50vh;
    border-radius: 25px;
    margin: 2vw 0 2vw 0;
}
