
.mainActivityContainer {
    background-color: #053870;
    max-width: 1920px;
    height: auto;
}

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

.MApng {
    max-width: 35%;
    max-height: 35%;
}

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

.MAbox {
    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: 0%;
    margin-bottom: 5%;
}