.section-image {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
}

.section {
    background-color: peru;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(73, 50, 3, 0.408);
}

body {
    background-color: bisque;
}

header {
    font-family: "Mogra", system-ui;
    background-color: #493203;
    color: bisque;
}

li {
    list-style-type: none;
}

.title {
    font-family: "Mogra", system-ui;
    color: #493203;
}

.sect-copy {
    color: #493203;
    font-family: "Montserrat Alternates", sans-serif;
}