.category{
    height: 250px;
}

.category > div:not(.space){
    height: 250px;
    width: 250px;
    border: 2px #f29c52 dotted;
    border-radius: 50%;
}

.svg_container{
    height:70px;
    width: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.options{
    height: 300px;
    background-color: #f29c52;
}

.space{
    height: 50px;
    width: 50px;
}