body{
    background-color: rgb(26 32 44);
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    color: white;
    text-align: center;
}

button{
    background-color: rgb(0, 122, 255);
    color: white;
    border: none;
    border-radius: 8px;
    size: 10px;
}