body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #80a45f;
    font-size: 1.2em;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #606060;
}

.logo,
h1, p {
    margin-bottom: 0.5em;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    display: inline;
    font-size: 1.75em;
    line-height: 1.2;
    color: #80a45f;
}

.wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 3em auto;
    max-width: 35em;
    overflow: hidden;
    background-color: #ffffff;
    padding: 2.5em;
    box-shadow: 0px 5px 50px #6d8e4f;
}

.center {
    text-align: center;
}
