body {
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: #8B746F;
    /*
    61443E
    8B746F
    */
}

main {
    width: 80vw;
}

.sub_title {
    margin-top: 1.6rem;
    display: inline-block;
}
.bold {
    font-weight: bold;
}

h1 {
    font-size: 4rem;
}

h1,
h2 {
    padding-top: 2rem;
    font-family: "Loved by the King", cursive;
    font-weight: 400;
    font-style: normal;
    color: #883002;
}

p,
span {
    font-family: "Aubrey", system-ui;
    font-weight: 400;
    font-style: normal;
}
img {
    width: 100%;
    max-width: 1500px;
}
.img-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
