body {
    background-color: #e3e3e3;
}

h1 {
    text-align: center;
    padding: 32;
    font-family:Arial, Helvetica, sans-serif;
}

p {
    padding-left: 20%;
    padding-right: 20%;
    justify-content: center;
}

.img-container {
  display: flex;
  justify-content: center;
}
