* {
    margin: unset;
    padding: unset;
    font-family: 'Roboto', sans-serif;
}
body {
    background-color: #29354b;
    color: white;
    padding: 60px 200px;
}
.logo {
    font-size: 26px;
    font-weight: bold;
    color: white;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.header ul {
    display: flex;
    list-style-type: none;
    
}
.list a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    margin-right: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;

}
.button1 {
     width: 220px;
    background-color: blue;
    
    border-color: transparent;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.landing {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.landing h1 {
    text-align: center;
    padding-top: 100px;
    font-weight: bolder;
    font-size: 52px;
}
.landing p {
    text-align: center;
    font-size: 16px;
    padding: 20px;
}
.button2 {
    
    width: 220px;
    background-color: blue;
    
    border-color: transparent;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
   
}
.poza {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;

}
.square {
    width: 250px;
    height: 300px;
    border: 2px solid #3882f6;
    margin-top: 50px;
}

.section-4 {
    display: flex;
    justify-content: space-between;
    
    flex-direction: column;
    
}
.cerc {
    width: 150px;
    height: 150px;
    border: 2px solid #3882f6;
    margin-top: 50px;
    border-radius: 50%;
}
.cerc1, .cerc3 {
    width: 150px;
    height: 150px;
    border: 2px solid #3882f6;
    margin: 50px 60px 0 60px;
    border-radius: 50%;
}
.poza2, .titlu, .subtitlu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    text-align: center;
    
}

.titlu {
    margin: 50px 80px 0 80px;
}
