img{
  width: 200px;
  border-radius: 20px;
  margin: 10px;
}

p{
  font-family:serif;
  margin: 10px;
  font-size: 14px;
}

body {
  background-color: lightblue;
}

h1{
  text-align: center;
}

h4{
  text-align: center;
}

