html,body,main,footer{box-sizing:border-box;}

html{
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    background: linear-gradient(#c6f7f7, #f8c5b8);
    
}

footer{
border-top: dashed #222222 5px;
}
* {
  margin: 0;
  padding: 0;
}

.position {
  background-color: #222222;
  margin-left: auto;
  margin-right: auto;
}

#workarea {
  width: 100%;
  height: 100%;
  font-family: Raleway;
  text-align:center;
}

#personal {
  color:  greenyellow;
  text-decoration:none;
  position:absolute;
  bottom:15px;
  right:2%;
}

.spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 150px;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px
}

#shape {
  stroke-width: 10px;
  fill: transparent;
  stroke: #FFC445;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

.svg-wrapper:hover #shape {
  stroke-dasharray: 50 0;
  stroke-width: 10px;
  stroke-dashoffset: 0;
  stroke: #C445FF;
}

#shape2 {
  stroke-width: 10px;
  fill: transparent;
  stroke: #FFC445;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

.svg-wrapper:hover #shape2 {
  stroke-dasharray: 50 0;
  stroke-width: 10px;
  stroke-dashoffset: 0;
  stroke: #C445FF;
}

#shape3 {
  stroke-width: 10px;
  fill: transparent;
  stroke: #FFC445;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

.svg-wrapper:hover #shape3 {
  stroke-dasharray: 50 0;
  stroke-width: 10px;
  stroke-dashoffset: 0;
  stroke: #C445FF;
}


#text {
  margin-top: -35px;
  text-align: center;
}

#text a {
  text-shadow: 1px 1px 0 #FFF, 2px 2px 5px #99ccff, 4px 4px 10px #b2d8ff, 6px 6px 15px #dbedff, 8px 8px 20px #eaf4ff;
  color: whitesmoke;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}

#text2 {
  margin-top: -35px;
  text-align: center;
}

#text2 a {
  text-shadow: 1px 1px 0 #FFF, 2px 2px 5px #99ccff, 4px 4px 10px #b2d8ff, 6px 6px 15px #dbedff, 8px 8px 20px #eaf4ff;
  color: whitesmoke;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}

#text3 {
  margin-top: -35px;
  text-align: center;
}

#text3 a {
  text-shadow: 1px 1px 0 #FFF, 2px 2px 5px #99ccff, 4px 4px 10px #b2d8ff, 6px 6px 15px #dbedff, 8px 8px 20px #eaf4ff;
  color: whitesmoke;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}

h1{
    font-size: 40px;  
    font-weight: bold; 
    font-family: "Yu Gothic";
    margin-bottom: 10px;
    font-style: italic;
    background: -webkit-linear-gradient( 60deg,#12d6df, #f70fff,#faea3d, #fd644f);
  background-size:400%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textAnime 15s infinite;
  text-align:center;
}
@keyframes textAnime{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

h2{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 800px;
    font-style: italic;
    padding: 20px;
}

h2 p{
  font-size: 15px;
}

h2 a{
  padding-bottom: 1em;
}
