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

body{
  text-align: center;
  color: blueviolet;
  background-color: pink;
}
img{
  width:300px;
  border-radius: 30px;
}