html{
    /* background-color: skyblue; */
    background-color: rgb(220);
    color: white;
    font-family: Verdana;
    text-align: center;
    
}
    h1{
        text-transform: uppercase;
    font-size: 56px; 
}
    button{
        font-family: monospace;
        opacity: 0.7;
}
button:hover{
    background-color: black;
color: white;
opacity: 0.9;


}
#supreme:hover{
background-color: red;
color: white;
opacity: 0.9;
}

.features{
    text-align: left;

}
h1 h2 h3 h4 h5 h6 {
    color:black !important;   
}
}