body {
  line-height: 2;
  margin: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-family: 'Sacramento', cursive;
  font-size: 90px;
  color: #eeeeee;
}

h2 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  color: #373a40;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #373a40;
}

hr {
  margin: 80px auto;
  border-style: dotted none none;
  border-color: #373a40;
  border-width: 8px;
  width: 5%;
}

/****************************************************************/

.pro{
  text-decoration: underline;
  font-weight: normal;
}

.top-container{
  background-color: #686d76;
  position: relative;
  padding-top: 100px;
}

.middle-container{
  padding: 100px 0 100px 0;
  background-color: #eeeeee;
}

.bottom-container{
  padding: 50px 0 30px 0;
  background-color: #686d76;
}

.intro-text {
  margin: 100px auto;
  width: 30%;
}

.skills {
  margin: 80px 0;
}

.contact-me{
  margin: 80px 0;
}

.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.top-cloud{
  position: absolute;
  top: 50px;
  right: 300px;
}

.title_h2{
  color: #eeeeee;
}

.bottom-cloud{
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.circular{
  border-radius: 100%;
}

.footer-link{
  color: #19d3da;
  font-size: 20px;
  text-align: center;
  padding: 0 30px 50px 30px;
  line-height: 4;
}

.chilli-img{
  width: 25%;
  float: left;
  margin-right: 30px;
}

.computer-img{
  width: 25%;
  border-radius: 100%;
  float: right;
  margin-left: 30px;
}
