.navbar-custom-main-custom {
  background-color: #12109F;
  max-width: 1199px;
  height: 40px; 
  margin-left: auto;
  margin-right: auto;
}
.navbar-custom-main {
    background-color: #12109F;
    max-width: 1199px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-custom {
    background-color: #ffffff;
}
.svg-custom {
    background-color: #12109F !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.position {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2%;
  }

  #workarea {
    position: absolute;
    background-color:#12109F;
  }

  #personal {
    color: #ffffff;
    text-decoration:none;
    position:absolute;
    bottom:15px;
    right:10%;
  }

  .spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }


  .svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    height: 45px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px
  }

  #shape {
    stroke-width: 10px;
    fill: transparent;
    stroke: #ff6a06;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
  }

  #text {
    margin-top: -35px;
    text-align: center;
  }

  #text a {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.1em;
  }

  .svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 4px;
    stroke-dashoffset: 0;
    stroke: #d8ffff;
}