img {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    margin-bottom: auto;
    justify-content: center;
    align-items: center;
}

body {
    background-color: rgb(215, 241, 250);
  }

