body{
    background-color: wheat;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

img {
  width: 900px;
  height: auto;
  margin: 20px 0;
  border-radius: 10px;
}
/* I'll make this responsive later */