html {
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    width: 100%;
    align-items: center;
}

.container-navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color:#275A7B;
    color: white;
    margin: 0px;
    align-items: center;
}

.container-image {
    height: 80px;
    width: fit-content;
    padding: 1%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.container-image img {
    border-radius: 50%;
    height: 100%;
}

.container-image-nav {
    height: 65px;
    width: fit-content;
    padding-left: 40px;

}

.container-image-nav img {
    height: 100%;
}

.container-image-navbar {
    width: 100%;
    display: flex;
    padding-right: 40px;
    flex-direction: row;
    justify-content: end;
}

.container-navbar h4 {
    width: 400px;
    padding-left: 1%;
}

.container-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    align-items: center;
}

.container-content h1 {
    width: 70%;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.container-content p {
    color:black;
    width: 100%;
    text-align: center;
}

.container-content a {
    width: 100%;
    padding-bottom: 30px;
}

.line {
    display: block;
    width: 100%;
    background-color: #1B3E54;
    height: 2px;
}

.container-paragraph {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    padding-bottom: 30px;
}

.container-alter {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    height: fit-content;
    justify-content: space-evenly;
}

.container-alter p {
    width: 45%;
}

.container-image-alter {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container-paragraph p {
    width: 40%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.container-flow {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 30px;
}

.container-flow .container-image-content {
    padding: 0;
    margin: 0;
}

.container-content a {
    color: #193230;
    font-size: x-large;
}

.alter-title {
    width: 100%;
    text-align: center;
}

.container-image-content {
    width: 25%;
    object-fit: fill;
    margin: 0;
    padding: 0;
    margin-right: 10%;
}

.stylefooter {
    display: flex;
    width: 100%;
    margin: 0;
    background-color: #1B3E54;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: end;
}

.stylefooter h3 {
    color: white;
}

.stylefooter p {
    text-align: center;
    width: 80%;
}

.stylefooter a {
    text-decoration: none;
    width: 80%;
    text-align: center;
    color: white;
}

.stylefooter a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
     .container-image {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .container-content h1 {
        width: 100%;
    }

    .container-content h2 {
        width: 100%;
        text-align: center;
    }

    .container-paragraph {
        flex-direction: column;
        align-items: center;
    }

    .container-image-content {
        width: 50%;
    }

    .container-image-nav {
        height: 30px;
        padding-left: 20px;
    }

    .container-navbar h4 {
        font-size: small;
    }
    
    .container-image-navbar {
        padding: 0;
        padding-right: 10px;
    }

    .container-paragraph p{
        width: 100%;
    }

    .container-content a {
        width: 100%;
        text-align: center;
    }

    .container-content h1 {
        font-size: x-large;
    }

    .container-flow {
        flex-direction: column;
    }

    .container-flow .container-image-content {
        width: 90% !important;
    }

    .container-image-alter img {
        width: 80% !important;
    }

    .container-image-alter #kompos {
        width: 100% !important;
    }

}
