html {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background-color: #1d1d1d;
    color: beige;
}



*,
*:before,
*:after {
    box-sizing: inherit;
}

h1 {
    font-size: 6vh;
    
}

h2 {
    font-size: 4vh;
}

h3 {
    font-size: 3vh;
}



body {
    margin: 0;
}

ul {
    padding: 0;
}

img {
    border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    font-size: 1.1em;
}

li {
    list-style: none;
}

[hidden] {
    display: none;
}