body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    padding: 0;
    color: #566b78;
    display: block;
}

main {
    margin: 0 auto;
    max-width: 50em;
    display: block;
}

header h1 {
    color: white;
    font-size: 2.5em;
    font-weight: 300;
}

h1,
h2,
strong {
  color: #333;
}

a {
    color: #00ff5e;
}

header {
    background-color: #263d36;
    background-image: url("header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.2;
    padding: 10vw 2em;
    text-align: center;
}

header a {
    border: 1px solid #851ce8;
    border-radius: 290486px;
    color: white;
    font-size: 0.6em;
    letter-spacing: 0.2em;
    padding: 1em 2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: none 200ms ease-out;
    transition-property: color, background;
}

header a:hover {
    background:  #7e0eaa;
    color: white;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}