header{
    height: 56px;
    background-color: #FFA54A;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.leftcircs{
    display: flex;
    margin: 4px;
}
.rightcircs{
    display: flex;
    margin: 4px;
}
.green_section{
    height: 208px;
    width: 240px;
    background-color: #21D099;
    display: flex;
    justify-self: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction:row;
    gap: 4px;
    padding: 8px;
    margin-bottom: 32px;
}
.purple_section{
    background-color: #FFFFFF;
    flex-direction: row;
    justify-content: center;
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.leftblock{
    background-color: #D881D5;
    height: 256px;
    width: 25%;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    gap: 8px;
}
.rightblock{
    background-color: #D881D5;
    height: 256px;
    width: 25%;
    display: flex;
    flex-direction:column;
    gap: 8px;
    justify-content: center;
}
.bigcircle{
    margin: 16px;
}
.bigcircle{
    background-color: #FFFFFF;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}
.blue_section{
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;

}
.tier1{
    background-color: #72AAF5;
    height: 60px;
    width: 55%;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.tier2{
    height: 60px;
    background-color:#72AAF5;
    width: 55%;
    display: flex;
    align-items: center;
    display: flex;
    justify-content:space-evenly;
}
.tier3{
    height: 60px;
    background-color:#72AAF5;
    width: 55%;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 400px;
}
.circle{
    height:32px;
    width: 32px;
    border-radius: 50%;
    background-color:#FFFFFF;
    margin: 4px;
}