.section-image {
    aspect-ratio: 1/1;
    object-fit: cover;
    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;
    padding: 20px;
}

li {
    list-style-type: none;
}

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

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

/*--Positioning Properties---*/
.section{
    width:450px;
}
main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: fit-content;
    align-items: center;
    gap: 30px;
}
