area{
    cursor: pointer;
}
.sect-ajust{
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.info-div{
    display: none;
    width: 500px;
    height: 160px;
    background-color: rgb(18 166 116);
    position: absolute;
    top: 5px;
    border-radius: 15px;
    color: white;
}

.btn-close{
    right: 10px;
    top: 5px;
    font-weight: 900;
    position: inherit;
    cursor: pointer;
}

#info{
    padding: 15px 20px;
    font-size: 18px;
}

.logo{
    position: absolute;
    width: 300px;
    height: 65px;
    bottom: 15px;
}