body{ 
    background: coral;
    text-align: center;
    font-style: "Arial"
    
}
img{
    width: 200px;
}
h4{
    font-size: 50px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  justify-content: center;
}