@import url("https://fonts.googleapis.com/css?family=Dokdo");

html {
    font-family: "Dokdo", cursive;
}

body {
    background: #f3e5ab;
    overflow-x: hidden;
}

.container {
    position: relative;
    margin: 0 auto 5rem;
    height: 40rem;
    width: 100%;
}

.item {
    height: 5rem;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 2rem;
    border-top-left-radius: 70%;
    border-bottom-right-radius: 70%;
    background: #619371;
    color: #ffffff;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

.end {
    height: 5px;
    width: 5px;
    border:none;
    background:none;
    color:transparent;
    border:1px solid;
    position: absolute;
    bottom: 0;
}

.end:after{
    content:"\025bc";
    display:block;
    width:15px;
    height:15px;
    color:rgb(186, 142, 89);
    position:absolute;
    top:0;
    left:-100%;
    font-size:1rem;
    line-height:1rem;
}

svg,
.container {
    position: absolute;
    top: 0;
    left: 0;
}
svg {
    width: 100%;
    height: 40rem;
}

path {
    fill: none;
    stroke:rgb(186, 142, 89);
    stroke-dasharray: 5;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}
