body {
    background-color: #fff;
    margin: auto;
}

.a {
    background-color: #EE8385;
    position:  absolute;
    width: 10vh;
    height: 52vh;
    left: 0vh;
    top: 0vh;
    border-radius: 1vh;
}

.b {
    background-color: #EE8385;
    position:  absolute;
    width: 10vh;
    height: 10vh;
    left: 0vh;
    top: 50vh;
    border-radius: 0 0 0 100%;
}

.c {
    background-color: #EE8385;
    position:  absolute;
    width: 25vh;
    height: 10vh;
    left: 8vh;
    top: 50vh;
    border-radius: 1vh;
}

.d {
    background-color: #EE8385;
    position:  absolute;
    width: 17vh;
    height: 10vh;
    left: 35vh;
    top: 0vh;
    border-radius: 1vh;
}

.e {
    background-color: #EE8385;
    position:  absolute;
    width: 10vh;
    height: 10vh;
    left: 50vh;
    top: 0vh;
    border-radius: 0 100% 0 0;
}

.f {
    background-color: #EE8385;
    position:  absolute;
    width: 10vh;
    height: 20vh;
    left: 50vh;
    top: 8vh;
    border-radius: 1vh;
}

.edge-1 {
    background-color: #EE8385;
    position:  absolute;
    width: 2vh;
    height: 2vh;
    left: 10vh;
    top: 48vh;
}

.edge-2 {
    background-color: #fff;
    position:  absolute;
    width: 2vh;
    height: 2vh;
    left: 10vh;
    top: 48vh;
    border-radius: 0 0 0 100%;
}

.edge-3 {
    background-color: #EE8385;
    position:  absolute;
    width: 2vh;
    height: 2vh;
    left: 48vh;
    top: 10vh;
}

.edge-4 {
    background-color: #fff;
    position:  absolute;
    width: 2vh;
    height: 2vh;
    left: 48vh;
    top: 10vh;
    border-radius: 0 100% 0 0;
}