body {
    font-family: system-ui;
    background: #0d1212;
    color: #f6fdfd;
    text-align: center;
    padding: 0;
    margin: 0;
}

.current{
    color: #c75252;
}

h1{
    font-size: 50px;
}

p{
    font-size: 25px;
    color: #f6fdfd;
}

a{
    font-size: 25px;
    color: #f6fdfd;
    text-decoration: none;
    transition: 0.25s;
    margin: 0 10px 0 10px;
}

a:hover{
    color: #c75252;
}

input{
    font-size: 25px;
    width: 220px;
    height: 45px;
    border-radius: 10px;
    border: 0;
    margin: 10px;
    padding: 10px;
    background: #611F1F;
    color: #f6fdfd;
}

canvas{
    display: block;
    margin: 0 auto;
}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #611F1F;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 10px 0 #611F1F;
}

button{
    font-size: 25px;
    width: 220px;
    height: 45px;
    border-radius: 10px;
    border: 0;
    margin: 10px;
    padding: 10px;
    background: #611F1F;
    color: #f6fdfd;
}

#attempts{
    color: #f6fdfd;
    font-size: 50px;
    padding: 0 0 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}