body{
    background-color: darkblue;
}

.button-on{
    background-color: gray;
}

h1{
    color: white;
}
a{
    color: black;
}