header {
    background-color: rgba(141, 235, 219, 0.712);
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}


header h1 {
    font-size: 35px;

}

.fa-solid {
    font-size: 60px;
    color: rgba(25, 102, 31, 0.603);
}


.div-list ul {
    display: flex;
    gap: 15px;

}

.div-list ul li {
    list-style: none;

}

.div-list ul li a {
    text-decoration: none;
    color: #000000;
}

.section-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    padding: 50px;
}

.section-01 img {
    width: 300px;
    height: 300px;

}

.section-01 div {
    width: 300px;
    height: 370px;
}


footer i {
    font-size: 40px;
    color: rgb(202, 144, 68);
}

footer h4 {
    font-size: 45px;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
}