
body {
  margin: 0;
  color: #40514E;
  text-align: center;
  font-family: "Merriweather", serif;

}

h1 {
  margin: 50px auto 0 auto;
  font-size: 5.625rem;
  font-family: "Sacremento", cursive;
  color: #66BFBF
}

h2 {
  font-family: "Dancing Script", sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-family: "Dancing Script", sans-serif;
    color: #11999E;
}

p {
  color: #FF5DA2;
}

a {
  color: #11999E;
  font-family: "Dancing Script", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover {
  color: #EAF6F6;
}

div {
  background-color: #CEE5D0;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;

}


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

.middle-container {
  padding: 100px 0;

}

.bottom-container {

}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}


.tech {
  text-decoration: underline;

}

.skill-row {
  width:50%;
  margin: 100px auto 100px auto;
}

.code-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.chilli-img {
  width: 25%;
  float: right;
  margin-right: 30px;
}

.contact-message {
  width: 40%;
  margin: 40% auto 60%;
}



.btn {
  background: #11CDD4;
  background-image: -webkit-linear-gradient(top, #11CDD4, #1199E);
  background-image: -moz-linear-gradient(top, #11CDD4, #1199E);
  background-image: -ms-linear-gradient(top, #11CDD4, #1199E);
  background-image: -o-linear-gradient(top, #11CDD4, #1199E);
  background-image: linear-gradient(to bottom, #11CDD4, #1199E);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "Dancing Script", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 20px;
}

.btn:hover {
  background: #3E3CB;
  background-image: -webkit-linear-gradient(top, #3E3CB, #2BC4AD);
  background-image: -moz-linear-gradient(top, #3E3CB, #2BC4AD);
  background-image: -ms-linear-gradient(top, #3E3CB, #2BC4AD);
  background-image: -o-linear-gradient(top, #3E3CB, #2BC4AD);
  background-image: linear-gradient(to bottom, #3E3CB, #2BC4AD);
  text-decoration: none;
}


.botton-container {
  background-color: #66bfbf;
  padding: 50px 0 20px;
}

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