/* TODO: ADD THE STYLES FOR BACKGROUND */

body {
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #E6E0D8;
    background: 
        url(/static/uploads/background-object1.svg) no-repeat 0% 100%,
        url(/static/uploads/background-object2.svg) no-repeat 100% 100%, 
        url(/static/uploads/background-object3.svg) no-repeat 100% 100%, #E6E0D8;
}

a {
    text-decoration: none;
}

.big-header {
    padding-top: 7%;
    display: flex;
    justify-content: center;
    color: #905A5A;
    font-family: "Julius Sans One";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.big-middle-line{
    display: flex;
    justify-self: center;
    width: 58.24063rem;
    height: 0.13544rem;
    flex-shrink: 0;
    border-radius: 0.625rem;
    background: #662F2F;
}

.under-line-text {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    bottom: 2rem;
}

.bigger-text {
    color: #662F2F;
    font-family: Kalnia;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.smaller-text {
    position: relative;
    top: 2.8rem;
    color: #662F2F;
    font-family: "Kantumruy Pro";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-btn {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    width: 27.09056rem;
    height: 4.43063rem;
    flex-shrink: 0;
    border-radius: 2.5rem;
    background: #905A5A;
    color: #FFF;
    font-family: "Kantumruy Pro";
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    bottom: 2rem;
    transition: 0.33s ease-in-out;
}

.more-btn:hover {
    background-color: #662F2F;
}