body {
    max-width: 50.75em;
    margin: 0 auto;
    padding: 1.875em;
    text-align: center;
}

button {
    cursor: pointer;
    font-weight: 500;
    left: 3px;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    margin-top: 2rem;
}

button {
    padding: 20px 40px;
    font-size: 0.875rem;
}

button {
    outline: none;
    background-color: #64d18a;
    border-color: #64d18a;
    color: white;
    transition: all 200ms ease;
}

button:hover {
    background-color: #8bdda8;
    color: white;
}
