body {
    text-align: center;
    align-content: center;
    background-color: #282828;
    font-family: 'Open Sans', sans-serif;
    color: #6a7270;
}

#wrap {
    margin: auto;
    max-width: 400px;
    min-width: 320px;
    align-self: center;
    align-content: center;
}
a {text-decoration: none;}

h1 {
    font-weight: 700;
    font-size: 2em;
    color: #6a7270;
    line-height: 1em;
    }

p {
    line-height: 1em;
    font-weight: 400;
    font-size: 1.08em;
    
}

.logo {
    margin: auto;
    padding-top: 10%;
}

.button-wrap

.button {
background-color: #a8a0d5;
border-radius: 10px;
font-size: 1.5em;
font-weight: 700;
padding: 20px;
color: #555555;
}

.button-wrap a:hover {background-color: #9c94c4;}
