body {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #fefcf6;
}

.hero-section {
    background-color: #dff399;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dark-green-text {
    color: #1a4338;
}

.light-green-text {
    color: #dff399;
}

.adrienn-text {
    font-size: 18px;
    font-weight: 400;
}

.menu-text {
    color: #a6bf69;
}

.menu-text:hover {
    text-decoration: none;
    color: #1a4338;
}

.title {
    font-family: 'Gabarito', sans-serif;
    font-size: 72px;
    margin-top: 25%;
}

.footer-section {
    background-color: #dff399;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contact-button {
    background-color: #11463b;
    border: none;             
    border-radius: 8px;          
    padding: 5px 20px;         
    cursor: pointer;
    color: #e1f794;
}

.contact-button:hover {
    text-decoration: none;
    color: #e1f794;
    background-color: #196455;
}

.footer-insta {
    background-color: #b2d080;
    color: #11463b;
    border-radius: 8px;
    padding: 5px 10px;
}

.footer-insta:hover {
    color: #11463b;
}

.footer-developer {
    color: #a0b767;
}

.footer-developer p {
    float: right;
}

.footer-developer a {
    color: #a0b767;
}

.subtitle {
    font-size: 46px;
}

.main-button {
    background-color: #dff399;
    border: none;             
    border-radius: 8px;          
    padding: 5px 20px;         
    cursor: pointer;
}

.main-button:hover {
    text-decoration: none;
    background-color: #c9db8a;
    color: #1a4338;
}

.intro-section {
    background-color: #1a4338;
    border-radius: 8px; 
    color: #a3c4bb;
}

.svg-container {
    display: flex;
    justify-content: center;  
    align-items: center;    
    width: 100%;
    margin-right: 20px;     
    margin-left: 20px;   
}

.services-section {
    background-color: #174439;
    border-radius: 15px;
}

.services-title {
    color: #d7f4bf;
}

.services-col {
    background-color: #2f594f;
    border-radius: 15px;
    height: 300px;
}

.services-col:hover {
    text-decoration: none;
}

.services-col i {
    font-size: 2rem;    
    color: #c5e090; 
}

.services-subtitle {
    color: #adc5bb;
}

.carousel-inner {
    min-height: 150px;
}

.testimonial {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    line-height: 1.8;
}

.carousel-indicators {
    position: static; 
    margin-top: 15px; 
    text-align: center; 
}

.carousel-indicators li {
    background-color: #93978e;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #25392c; 
}

.writing {
    font-family: 'Dancing Script', cursive; 
    font-size: 28px;
}

.my-story-insta {
    color: #1a4338;
}

.service-price {
    font-size: 26px;
}

.contact-div {
    background-color: #1a4338;
    border-radius: 8px; 
    color: #a3c4bb;
}

@media (max-width: 767px) {
    .title {
        font-size: 52px;
    }

    .footer-developer p {
        float: left;
    }

    .subtitle {
        font-size: 26px;
    }

    .services-subtitle {
        font-size: 26px;
    }

    .testimonial {
        font-size: 22px;
        line-height: 1.4;
    }

    .carousel-inner {
        min-height: 100px;
    }

    .carousel-indicators {
        margin-top: 5px;  
    }

    .writing { 
        font-size: 24px;
    }

    .my-story-svg svg {
        width: 300px;
        height: 300px;
    }
}