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