@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    background-color: #1a1a20;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #FFF;
}

a {
    color: #FFF;
    text-decoration: none;
}

h1 {
    background-color: #141414;
    border: solid #FFF;
    font-size: 2vw;
}

div {
    border: dashed #FFF 0.1vw;
    width: 100%;
}

.options {
    width: 100%;
    text-align: center;
    display: flex;
}

button {
    font-size: 2vw;
    width: 100%;
}

.title {
   font-size: 4vw; 
}

.reset {
    width: fit-content;
    background-color: red;
    color: white;
}