body{
    text-align: center;
    font-family: arial;
    background-color: rgb(32, 31, 31);
}

h1{
    color: white;
}

div{
    margin: 20px;
}

a{
    text-decoration: none;
    color: white;
}