.header {
    border: 3px rgb(116, 202, 152) solid;
    background-color: rgb(116, 202, 152);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-items: center;

}
 .icons{
     text-align: left;
     font-size: 50px;
     color: seagreen;
     background: rgb(116, 202, 152);
    
 }
 .cuprins {
    margin-left: 50px;
    margin-right: 50px;
 }
.facts{ 
    margin-left: 50px;
    margin-right: 50px;
}
.images
{ display: flex;
    justify-content: center;
    
}
.menu{
    display: flex;
    justify-content: center;
}


