*{
    font-family: 'Poppins', sans-serif;
}
.head{
    display: flex;
}
#restart{
    text-decoration: none;
    color: #FFF;
    font-size: 64px;
}
a#btn{
    color: #7797d4;
    background: #ff82f0;
    padding: 20px 32px;
    text-decoration: none;
    transition: 0.5s ease;
    border-radius: 30px;
    margin-left: 20px;
    
}
a#btn:hover{
    color: #ff82f0;
    background: #7797d4;
}
#lvl{
    display: flex;
    justify-content: center;
    align-items: center;
}
#err{
    color: #FFF;
}