html {
    background-color: #e8d5b7;
}

body {
    max-width: 1024px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}

section.banner {
    position: relative;
}

section.banner h1 {
    left: 10%;
    bottom: 10%;
    color: white;
    position: absolute;
    z-index: 1;
    font-size: 60px;
 }

img.cover {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

button {
    background-color: #eb9a17;
    color: #aa2738;
    font-weight: bold;
    font-size: 24px;
    border: solid 1px #aa2738;
    cursor: pointer;
}