html {
    background-color: rgb(255, 255, 255);
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}

header {
    text-align: center;
    padding-top: 30px;
}

.description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.2rem;
}

h1 {
    color: #f4b400;
    font-size: 3rem;
    margin-bottom: 10px;
}

h2 {
    color: #b88a00;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
    margin-left: 50px;
}

h3 {
    margin-top: 5px;
    font-size: 1.1rem;
    color: #b88a00;
}

body {
    margin: 0;
}

section {
    max-width: 1200px;
    margin: 40px auto;
}

footer {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
    color: #b88a00;
}

.container {
    display: flex;
    /* center? */
    justify-content: center; 
    align-items: flex-start;
    gap: 20px;
    align-items: stretch;
}

.container div {
    margin: 0px;
    padding: 10px;
}

.container-minis {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.container-minis div {
    background-color: #f1f1f1;
    padding: 10px 20px;
    gap: 20px;
    border-radius: 10px;
}

.wide-img {
    width: 90%;
    max-width: 975px;
    max-height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.wide-img-bottom {
    width: 90%;
    max-width: 975px;
    max-height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

ol, ul {
    max-width: 650px;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 25px;
    margin: 0;
}

ol li {
    margin-bottom: 18px;
}

ol li::marker {
    font-weight: bold;
}

ol li strong {
    color: #b88a00;
}

.small-img {
    width: 250px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.add-box {
    background-color: #f1f1f1;
    border-radius: 10px;
}

