body {
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
  font-weight: 2;
  color: #40514e;
}
h1 {
  font-size: 5.625rem;
  font-family: "Sacramento", cursive;
  margin-top: 50px auto 0 auto;
  color: #008080;
}
h2 {
  font-family: "Montserrat", sans-serif;
  color: #008080;
  padding-bottom: 10px;
  font-size: 2.5rem;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
  font-size: 1.5rem;
}
hr {
  border: dotted #808080 6px;
  border-bottom: none;
  width: 5%;
  margin: 100px auto;
}
#top {
  position: relative;
  padding-top: 100px;
  background-color: #a9f1df;
}
.middle {
  margin: 100px 0;
}
p {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
}
.bottom {
  background-color: #66bfbf;
  padding: 50px 0 20px;
}
.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}
.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}
.pictures {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.pictures1 {
  border-radius: 50%;
  width: 25%;
  height: 25%;
  float: left;
  margin-right: 30px;
}
.pictures2 {
  border-radius: 50%;
  width: 25%;
  height: 25%;
  float: right;
  margin-left: 30px;
}
.below-intro {
  font-size: 150%;
  color: #008080;
}
.footer-link {
  color: #11999e;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #2a3ea6);
  background-image: -moz-linear-gradient(top, #11cdd4, #2a3ea6);
  background-image: -ms-linear-gradient(top, #11cdd4, #2a3ea6);
  background-image: -o-linear-gradient(top, #11cdd4, #2a3ea6);
  background-image: linear-gradient(to bottom, #11cdd4, #2a3ea6);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  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;
}
.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.personal-description {
  margin: auto;
  width: 30%;
}
.lower {
  width: 30%;
  margin: 40px auto 60px;
}
.cp {
  color: #eaf6f6;
  font-size: 0.75rem;
  margin: 40px auto 20px;
}
a {
  color: #11999e;
  font-family: "Montserrat", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover {
  color: #eaf6f6;
}
.instagram {
  width: 40px;
  height: 40px;
}
.twitter {
  width: 40px;
  height: 40px;
}
.linkedin {
  width: 40px;
  height: 40px;
}
