.purple1{
    background-color: #D881D5;
    padding: 25px;
    display: flex;
    justify-content: space-around;
        height: 400px;
      width: 190px;

}

.purple2{
    background-color: #D881D5;
    padding: 25px;
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    height: 400px;
    width: 190px;
}

.circles{
    background-color: white;
    border-radius: 100px;
    padding: 30px;
    width: 32px;
    height: 32px;
}

.circles2{
    background-color: white;
    border-radius: 100px;
    padding: 60px;
    width: 32px;
    height: 32px;
}

.third{
    display: flex;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    padding-top: 40px;

}

.filled-rectangle {
    background-color: #FFA54A;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap
}

.boxes {
    display: flex;
    gap: 15px;
}
.filled-rectangleright{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: right;
}
 
.nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
}

.second{
    background-color: #21D099;
    display: flex;
    flex-direction:column;
    width: 400px;
    height: 400px;
    justify-content: space-evenly;
    padding: 15px;
}

.box1{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-evenly;
    padding-bottom: 10px;
}

.box2{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 2px;
}

.fourth {
    display: flex;
    flex-direction: column;
    width: 500;
    gap: 15px;
    align-items: center;
    

}
 
.one {
    background-color: rgba(114, 170, 245, 1);
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 50px;
    
}
 
.two {  
    background-color: rgba(114, 170, 245, 1);
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 400px;
    height: 50px;
 
}
 
.three {
    background-color: rgba(114, 170, 245, 1);
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 50px;
}