body {
    background-color: lightgrey;
    border: 2px solid grey;
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: 2px 2px 4px #aaa;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 20%;
    max-width: 561px;
}

.center {
    text-align: center;
}

.margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.button {
    background-color: white;
    border: none;
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 3px solid grey;
    text-shadow: none;
}

.button:hover {
    background-color: grey;
    color: white;
  }

h1 {
    text-align: center;
    margin-top: 50px;
}

h2 {
    margin-left: 15px;
    margin-right: 15px;
}

p {
    margin-left: 40px;
    margin-right: 40px;
}