body { color: #40514E;
    margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 90px;
  font-family: 'Sacramento', cursive;
  margin: 50px auto 0 auto;
  color: #66BFBF;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  padding: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}hr
{
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

p{
  line-height: 2;
}
a{
  color: #11999E;
  margin: 10px 20px;
  text-decoration: none;
  font-family: 'Merriweather', serif;

}
a:hover{
  color: #EAF6F6;
}

.contact-message{
  width: 40%;
  margin:40px auto 60px;}
.copywrite{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.first-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

.intro{
  width: 30%;
  margin: auto;
}

.middle-container {
  margin: 100px 0;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.codeimage {
  width: 25%;
  float: left;
  margin-right: 10%;
}

.juglling {
  width: 25%;
  float: right;
  margin-left: 10%;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}
.btn {
  background: #11CDDA;
  background-image: -webkit-linear-gradient(top, #11CDDA, #11999E);
  background-image: -moz-linear-gradient(top, #11CDDA, #11999E);
  background-image: -ms-linear-gradient(top, #11CDDA, #11999E);
  background-image: -o-linear-gradient(top, #11CDDA, #11999E);
  background-image: linear-gradient(to bottom, #11CDDA, #11999E);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}

.btn:hover {
  background: #30E3CB;
  background-image: -webkit-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -moz-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -ms-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -o-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: linear-gradient(to bottom, #30E3CB, #2BC4AD);
  text-decoration: none;
}
.contact-me{
  margin: auto auto 20px auto;
}
