body{
    background-image: linear-gradient(MediumPurple, SkyBlue);
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h2{
    font-weight: normal;
}

div {
  max-width: 1000px;
  height: 350px;
  margin: auto;
  background-color: rgba(135, 206, 235, 0.5);
  border-radius: 25px;
}

img{
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
