/* style.css */

* 
{
    background-color: cornsilk;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

img
{
    width: 80vw;
    height: auto;
    
}