@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-variation-settings: "wdth" 100;
}

h1, h2, h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 64px;
    font-style: italic;
}

h2 {
    font-size: 32px;
}

header {
    text-align: center;
    color: #fff;
    padding: 64px 0;
    background: url('../img/header3.jpg') no-repeat center center/cover;
}

header h1 {
    margin: 256px 0;;
}

section {
    padding: 128px 64px;
}

.container {
    margin: 0 auto;
    max-width: 800px;
}

#planning {
    background-color: #eeedeb;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item {
    flex: 25%;
    flex-grow: 1;
    text-align: center;
}

#adventure {
    background-color: #757263;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#adventure div {
    flex: 50%;
    flex-grow: 1;
}

video {
    border-radius: 4px;
}

footer {
    text-align: center;
    background-color: #e1ccbe;
    padding: 128px 0;
}

footer img {
    max-width: 400px;
}