* {
    font-family: 'Amiko', sans-serif;
    
}
.managerContainer {
    background-color: #053870;
    max-width: 1920px;
    height: 868px;
}

.Mdecor1 {
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    max-width: 70%;
    max-height: 70%; 
}

.managerBoxContainer {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.managerCustomBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 0%;
}

.managerBox1 {
    width: 450px; /* 20px for margins between boxes */
    height: 250px;
    background-color: #F0F3FA;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    border: 2px solid #F0F3FA;
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
}

.managerBox2 {
    width: 450px; /* 20px for margins between boxes */
    height: 250px;
    background-color: #F0F3FA;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    border: 2px solid #F0F3FA;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.managerText {
    margin-top: 5%;
    margin-bottom: 5%;
}

.Mlogo {
    max-width: 50%;
    max-height: 50%;
    margin-left: 25%;
}

.Micon {
    width: 1.2em;
    height: 1.2em;
    margin-left: 10%;
    margin-right: 2%;
}

.McopyrightText2 {
    margin-top: 3%;
    margin-left: 0%;
}

