body{
    background-color: rgb(41, 41, 41)
}
h3{
    color: wheat;
}
ul{
    list-style: none;
}
ul li{
    color: wheat;
    list-style: none;
}