body {
    font-family: 'Eczar Regular';
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    color: #D9D6C0;
    margin: 0;
    padding: 0;
}
button {
    font-family: 'Eczar Regular';
    font-size: 2rem;
    font-weight: 500;
    border-radius: 12px;
    border: none;
    padding-top: 1px
}
button:active {
    padding-top: 2px;
}

section {
    width: 100%;
    max-width: none;
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.image-section {
    padding: 0;
    min-height: 100vh;
    display: block;
}

.image-section .container {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    max-width: none;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

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

.text-section .container {
    max-width: 800px;
    /* font-size: 1.1rem; */
    line-height: 1.8;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}

.circle-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 300px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.background-color-1 {
    background-color: #4F5434;
}

.background-color-2 {
    background-color: #D4CFB2;
    color: #4F5434;
}
.background-color-2 button {
    background-color: #4F5434;
    color: #D4CFB2;
}

.background-color-3 {
    background-color: #26271A;
}

.title-color-orange {
    color: #D0831C;
}

@media (max-width: 550px) {
    .title-section h1 {
        font-size: 2rem;
    }
    
    .title-section h2 {
        font-size: 1.5rem;
    }

        .title-section h3 {
        font-size: 0,5rem;
    }
    
    section {
        padding: 40px 20px;
    }
}

@font-face {
    font-family: 'Eczar Regular';
    src: url('font/eczar-regular-font.woff2') format('woff2'),
         url('font/eczar-regular-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    color: #D0831C;
}
