body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', 'Trebuchet MS','arial', 'Candara'
}

.my-picture{
   border-radius: 10px 100px / 120px;
   top: 50px;
}
.intro {
  width: 30%;
  margin: auto;
}
.Feelfree {
  width: 32%;
  margin: 40px auto;
}


h1 {
  color: #66BFBF;
  font-weight: normal;
  font-size: 5rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
}

h2 {
  color: #66BFBF;
  font-size: 2.5rem;
  font-family: 'Montserrat', Sans-serif;
  padding-bottom: 5px;
}

h3{
  color: #11999E;
  font-family: 'Montserrat', Sans-serif;
}
p {
  line-height: 2;
}
hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

a{
  color: #11999E;
  font-family: 'Montserrat', Sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover {
  color: #EAF6F6
}


.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}

.middle-container {
margin: 100px 0;
}

.element.style {
  margin-left: 260px;
}

.bottom-container {
  background-color: #66BFBF;
  position: relative;
  padding: 50px 0 20px;
}

.skill-row{
  width: 25%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.bottom-cloud {
  position: relative;
  left: 0px;
  bottom: 300px;
}
.top-cloud {
  position: absolute;
  right: 500px;
  top: 100px;
}
.computer-img {
 border-radius: 50%;
 width: 43%;
 float: left;
 margin-right: 30px;
}

.chillipepper-img {
  width: 45%;
  float: right;
  margin-left: 30px;
}
.footer-link {
  color: #11999E
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}


.btn {
  background: #11cdd4;
  background-image: linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  border-radius: 8px;
  font-family: 'Montserrat', Sans-serif, Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}

.btn:hover {
  background: #30e3cb;
  background-image: linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
