body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 20px;
}


h1 {
  color: #66BFBF;
  font-size: 90px;
  line-height: 2;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento';
}

h2 {
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #40514E;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

p{
  line-height: 2;
}

hr{
  border: #dddddd;
  border-bottom: none;
  /* width: 4%; */
  margin: 100px auto;
}

a{
  color:#11999E;
}

p {
  font-family: 'Montserrat';
  padding: 15px;
}

.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

.middle-container {
  background: none;
}

.bottom-container {
background-color: #66BFBF;
padding: 50px 0 20px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.pro {
  text-decoration: underline;
}

.intro{
  width: 30%;
  margin: auto;
}

.contact-me{
  width: 40%;
  margin: 40px auto 60px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.computer {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}

.me {
  height: 300px;
  width: 300px;
}

.sisterandme {
  border-radius: 50%;
}

.spaghetti {
  border-radius: 50%;
}

.cousins {
  height: 300px;
  width: 350px;
  border-radius: 50%;
  float: right;
  margin-right: 30px;
  text-align: right;
  margin-bottom: 50px;
}
.programmer {
  color: #11999E;
}

.cousins{
  width: 45%;
}

.I can code{
  color: grey;
}

.btn {
  background: #f25454;
  background-image: -webkit-linear-gradient(top, #f25454, #782bb8);
  background-image: -moz-linear-gradient(top, #f25454, #782bb8);
  background-image: -ms-linear-gradient(top, #f25454, #782bb8);
  background-image: -o-linear-gradient(top, #f25454, #782bb8);
  background-image: linear-gradient(to bottom, #f25454, #782bb8);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ff00cc;
  background-image: -webkit-linear-gradient(top, #ff00cc, #3498db);
  background-image: -moz-linear-gradient(top, #ff00cc, #3498db);
  background-image: -ms-linear-gradient(top, #ff00cc, #3498db);
  background-image: -o-linear-gradient(top, #ff00cc, #3498db);
  background-image: linear-gradient(to bottom, #ff00cc, #3498db);
  text-decoration: none;
}
