body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 200%;
}

h1 {
  font-size: 4.5rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}

h2 {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
  font-size: 80%
}

.topContainer {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 30px;
}

.middle-container {
  margin: 100px auto;
}

hr {
  background-color: #05dfd7;
  border-style: dotted none none;
  margin: 100px auto;
  border-width: medium;
  width: 15%;
}

p {
  font-size: 70%;
  line-height: 2;
}

.description-text {
  font-size: 50%;
}

.top-cloud {
  position: absolute;
  top: 30px;
  right: 250px;
}

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

.bird {
  position: absolute;
  top: 280px;
  left: 580px;
  display: inline-block;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.my-img {
  width: 25%;
  height: 25%;
}

.intro {
  width: 30%;
  margin: auto;
  line-height: 2;
}

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

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

.food-img {
  width: 25%;
  float: left;
  margin-right: 10%;
}

.contact-msg {
  width: 30%;
  margin: 40px auto;
  line-height: 2;
}

a{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: underline;
}
a:hover{
  color: #EAF6F6
}
.btn {
  background: #34c6d9;
  background-image: -webkit-linear-gradient(top, #34c6d9, #2b36b8);
  background-image: -moz-linear-gradient(top, #34c6d9, #2b36b8);
  background-image: -ms-linear-gradient(top, #34c6d9, #2b36b8);
  background-image: -o-linear-gradient(top, #34c6d9, #2b36b8);
  background-image: linear-gradient(to bottom, #34c6d9, #2b36b8);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.bottom-container{
  background-color: #66BFBF;
  padding: 50px 0 20px;
}
.copyright{
  color: #EAF6F6;
  font-size: 50%;
  padding: 20px 0;
}
