
.position{margin-left:auto;margin-right:auto;text-align:center;background-color:#9f1c18;}
#workarea{position:absolute;width:100%;font-family:Raleway}
#personal{color:white;text-decoration:none;position:absolute;bottom:15px;right:2%}
.spot{position:absolute;width:100%;height:100%;top:0;left:0}
.svg-wrapper{margin-top:10px;position:relative;width:191px;height:60px; display:inline-block;border-radius:3px;margin-left:5px;margin-right:5px}
#shape{stroke-width:6px;fill:transparent;stroke-dasharray:85 400;stroke-dashoffset:-220;transition:1s all ease}
#text{margin-top:-35px;text-align:center}
#text a{color:white;text-decoration:none;font-weight:400;font-size:1.4em}
.svg-wrapper:hover #shape{stroke-dasharray:50 0;stroke-width:3px;stroke-dashoffset:0;stroke:#fff}