.shape-container {
    display: flex;
}

.shape-container--end {
    justify-content: flex-end;
}

.shape {
    width: 100px;
    height: 100px;
    background-color: white;
}

.shape--circle {
    border-radius: 50%;
}
