body {
    font-family: 'Roboto', sans-serif;
    padding: 50px;
    background-color: #3B3B3B; 
    color: #EBEBEB;
    a{ color: #E6C46D; };
    width: 60%;
    h1 { color: #ED8428; }
    h2 { color: #ED8428; }
}

input[type="range"] {
    width: 200px;
}
