body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1{
  font-size: 5.625em;
  margin: 50px auto 0 auto;
  line-height: 2;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}

h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
}

h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a{
  color: #11999E;
}

.top-container{
  background-color: #E4F9F5;
  position:relative;
  padding-top: 100px;
}

.top-cloud{
  width: 170px;
  position: absolute;
  right: 300px;
  top: 100px;
}

.bottom-cloud{
  width: 180px;
  position: absolute;
  left: 300px;
  top: 350px
}

.profile>img{
  border-radius: 100%;
  width: 200px;
  margin-top: 50px;
}

.profile>p{
  width: 50%;
  margin: auto;
  color: #40514E;
}

hr{
  width: 10%;
  margin-top: 50px;
  margin-bottom: 30px;
  border : none;
  border-top: 15px dotted #EAF6F6;
}

.skill-row{
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}

.web-development-img{
  border-radius: 100%;
  width: 25%;
  float: left;
  margin-right: 30px;
}

.python-img{
  border-radius: 100%;
  width: 25%;
  float: right;
  margin-left: 30px;
  background-color: rgb(70, 193, 170);
}

.university-img{
  border-radius: 100%;
  width: 25%;
  float: left;
  margin-right: 30px;
}

.icon{
  width: 50px;
  border-radius: 100%;
  margin-top: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-link{
  border-radius: 100%;
}

.middle-container{

}

.bottom-container{
  background-color: #66BFBF;
}

.bottom-container>p{
  margin: auto;
  /* height: 150px; */
  padding-bottom: 70px;
  margin-top: 30px;
  padding-top: 30px;
  color: #EAF6F6;
}
