body {
    background-image: url('../../assets/images/bgg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    overflow-x: hidden;
    min-height: 90vh;
    font-size: 1.2rem;
}

@font-face {
    font-family: "Outfit";
    src: url("../../fonts/outfit/OutfitRegular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 700;
}

.describe {
    color: #19598d;
    font-size: 1.5rem;
    line-height: 1.6;
}

.describe b {
    font-weight: bold;
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #19598d;
    color: #ffffff; 
    padding: 10px 20px;
    border-radius: 30px; 
    width: fit-content;
    margin: 30px auto;
    text-align: center; 
}

.title-text {
    font-size: 1.6rem;
}

@media (max-width: 576px) {
    .describe {
        font-size: 0.9rem;
    }

    .title-text {
        font-size: 1.2rem;
    }

    .title-container {
        padding-top: 12px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 30px auto;
    }
}
