body{
    background-color: rgb(7, 2, 20);
}



@media screen and (max-width:700px){
    body{
        background-color: rgb(236, 236, 236);
    }
}