h1{
    font-size:35px;
    color:rgb(255, 255, 255);
    text-shadow: 4px 4px 10px rgb(100, 104, 107);
    width:400px;
    background-color:midnightblue;
}

@media screen and (max-width: 800px){
h1{
    font-size: 20px;
color:blueviolet;
float:none;
width:100%;
}

ul{
    display:none;
}
}