h1{
    font-size:60px;
    color:darkblue;
    text-shadow:4px 4px 10px;
    text-align:center;
}
img  { width:10%;
        
    }
@media screen and (max-width:700px){
    h1{
        font-size:20px;
        color:blueviolet;
        background-color:blanchedalmond;
        width:100%


    }
  img  { width:10%;
        
    }
    ul{
        display:none;
    }
}