html {
  height: 100%;
  width: 100%;
}

body{
  text-align: center;
  color: black;
  background-color: red;
  font-family: Arial, Helvetica, sans-serif;
}

img{
  width: 300px;
  border-radius: 16px;
}