body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  background-color: #FAF1E6;
}
p{
  line-height: 2;
}
hr{
  width: 10%;
  margin-top: 100px;
  margin-bottom: 100px;
    border: 10px dotted;
    border-style: none none dotted;
    color: grey;
  }
h1{
  font-size: 5.625rem;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}
h2{
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem ;
color: #66BFBF;
}

h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
.top-container{
  background-color: #EAF6F6;
  padding-top: 100px;
  position: relative;
  margin-bottom: 100px;
}
.topc{
  position: absolute;
  right: 300px;
  top: 50px;
}
.botc{
  position: absolute;
  left: 300px;
  bottom: 300px;
}
.middle-container{

}
.bottom-container{
background-color: #66BFBF;
height: 100px;
padding: 50px 10px 20px;
line-height: 3;

}
.pfp{
  height: 200px;
  width: 200px;
}
.programmer{
  font-weight: normal;
}
.wonder{
  height: 25%;
  width: 25%;
  float: right;
  margin-left: 25px;
}
.gif{
  height: 25%;
  width: 25%;
  float: left;
  margin-right: 25px;
}
.footer-link{
  color: white;

}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.btn{
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   height: 40px;
   line-height: 40px;
   color: white;
   font-family: 'Montserrat', sans-serif;
   width: 200px;
   font-size: 25px;
   font-weight: 300;
   padding: 10px;
   background-color: #66BFBF;
   -webkit-box-shadow: 1px 1px 20px 0 #66BFBF;
   -moz-box-shadow: 1px 1px 20px 0 #66BFBF;
   box-shadow: 1px 1px 20px 0 #66BFBF;
   text-shadow: 1px 1px 20px black;
   border: solid #000000 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 50px auto;
}

.btn:hover {
   background: #3AF5B8;
   border: solid #99C624 1px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}
a{
  color: white;
  margin : 10px 30px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
a:hover{
  color: #313131;
}
.copyright{
  padding-top: 20px;
  padding-bottom: 0;
}
