body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  color: #66BFBF;
  font-size: 5.625rem;
  width: 10%;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;

}

h2 {
  font-weight: normal;
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}
.top-container{
  background-color: #b2ebf2;
  position: relative;
  padding-top: 100px;
}
a {
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover {
  color: #eaf6f6;
}
.middle-container {
 margin: 70px 0;
}

.bottom-container {
 background-color:#b2ebf2;
 padding: 50px 0 20px;
}
.bottom-cloud {
  left: 250px;
  bottom: 300px;
  position: absolute;
}
.top-cloud {
  right: 300px;
  top: 40px;
  position: absolute;
}
.skills {
  width: 50%;
  margin: auto;
}
.intro {
  width: 30%;
  margin: auto;

}
.copyright {
  color: #eaf6f6;
  font-size: 0.75em;
  padding: 20px 0;
}
p {
  line-height: 2;
}
hr {
  border: dotted 6px;
  border-bottom: none;
  width: 4%;
  margin: 70px auto;

}
.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999);
  background-image: -o-linear-gradient(top, #11cdd4, #11999);
  background-image: linear-gradient(to bottom, #11cdd4, #11999);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #239fa3 2px;
  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;
}
