* {
    font-family: 'Amiko', sans-serif;

}

.DDdecor1 {
    position: absolute;
    margin-top: 0%;
    margin-left: 75%;
    max-width: 40%;
    max-height: 40%;  
}

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

.DDdekorasyon {
    margin-top: 5%;
    margin-left: 3%;
    max-width: 10%;
    max-height: 10%;
}

.ddMekanBox {
    width: 450px; /* 20px for margins between boxes */
    height: 75px;
    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%;
}

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