html {
  height: 100%;
  width: 100%;
}
body{
  text-align: center ;
  color: white;
  background-color: green;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
}
img{
  width: 300px;
  border-radius: 16px;
}

