html {
  height: 100%;
  width: 100%;
}
body{
  text-align: center;
  background-color: indianred;
}
img{
  border-radius: 16px; 
}