body {
    background: rgb(232, 223, 216);
}



h1,
h2,
h3,
h4 {
    font-family: 'Fraunces', serif;
    color: 0B1014;
}

p {
    font-family: 'Poppins', sans-serif;
    color: 0B1014;
}

.navbar-brand {
    font-family: 'Fraunces', serif;
}

.navbar-brand h1 {
    font-size: xx-large;
}

.fs-xxxl {
    font-size: xxx-large;
}

.text-justify {
    text-align: center;
}

.circle {
    height: 25px;
    width: 25px;
    background-color: #BEA282;
    border-radius: 50%;
    display: inline-block;
}