body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

h1{
  color: #685454;
  font-family: 'Marck Script', cursive;
  font-size: 5.625rem;
  font-weight: normal;
  margin: 50px auto 0 auto;
}

h2{
  color: #66BFBF;
  font-family: 'Lora', serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

h3{
  color: #11999E;
}


a{
  color: #aad8d3;
  font-family: 'Montserrat', sans-serif;
  margin: 20px;
  text-decoration: none;
}

a:hover{
  color: #EAF6F6;
}

hr{
  color: #999b84;
  border: dotted 6px;
  border-bottom: none;
  margin: 100px auto;
  width: 3%;
}

p{
  line-height: 2;
}
/* .dev{
  text-decoration: underline;
}*/

/********************************************DIVS*******************************/
.top-container{
  background-color: #ebd5d5;
  padding-top: 100px;
  position: relative;
}

.middle-container{
  background-color: #f2f2f2;
  padding: 100px 0;
}

.bottom-container{
  background-color: #393e46;
  padding: 50px 0 20px;
}

.top{
  color: #685454;
}

.skill-row{
  width: 50%;
  margin: 100px auto;
  text-align: justify;
}

.intro{
  width: 50%;
  margin: auto;
}

.foot{
  color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  padding: 10px 0;
}

.interest{
  margin: 0 auto 60px;
  width: 30%;

}

/*************************************images*********************************/
.jessica-img{
  width: 200px;
}

.code-img{
  width: 30%;
  float: left;
  margin-right: 30px;
}

.music-img{
  width: 30%;
  float: right;
  margin-left: 10px;
}

.bottom-cloud{
  position: absolute;
  left: 100px;
  bottom: 300px;
}

.top-cloud{
position: absolute;
right: 100px;
top: 50px;
}

.btn {
  background: #3590cc;
  background-image: -webkit-linear-gradient(top, #3590cc, #73729c);
  background-image: -moz-linear-gradient(top, #3590cc, #73729c);
  background-image: -ms-linear-gradient(top, #3590cc, #73729c);
  background-image: -o-linear-gradient(top, #3590cc, #73729c);
  background-image: linear-gradient(to bottom, #3590cc, #73729c);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #8bd9b3;
  background-image: -webkit-linear-gradient(top, #8bd9b3, #7939ad);
  background-image: -moz-linear-gradient(top, #8bd9b3, #7939ad);
  background-image: -ms-linear-gradient(top, #8bd9b3, #7939ad);
  background-image: -o-linear-gradient(top, #8bd9b3, #7939ad);
  background-image: linear-gradient(to bottom, #8bd9b3, #7939ad);
  text-decoration: none;
}
