/* This is a comment in CSS. */
h2, p{
    color: #50b120;
    font-family: Helvetica, sans-serif;
}

img{
    width: 480px;
    height: 320px;
}

ul{
    display: flex;
    list-style-type: none;
}

li{
    margin-right: 40px;
}

a{
   text-decoration: none;
   font-size: 1.6em;
   background-color: bisque;
   padding: 10px 15px;
   text-shadow: 2px 2px white;
}

span{
    color: red;
    margin
}