body{
    background-color: grey;
}
h1{
    font-size: 50px;
    color: white;
}
h3{
    color: white;
}
button{
    color: white;
    background-color: black;
}
select{
    color: white;
    background-color: black;
}
input::placeholder{
    color: white;
    background-color: black;
}
input{
    color: white;
    background-color: black;
}
a{
    color: white;
    background-color: black;
}
p{
    color: white;
}
#apiDoc{
    color: white;
    background-color: gray;
}
ol{
    color: white;
}
ul{
    color: white;
}