body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  line-height: 2;
}

h1 {
  font-size: 562%;
  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;
  padding: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a {
  color: #11999E;
}
p{
  color:#40514E;
}
.top-container {
  background-color: #C2FFF9;
  position: relative;
  padding: 100px 100px 0 100px;
}

.pro {
  text-decoration: underline;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 400px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.profile-photo {
  border-radius: 40%;
  margin-top: 30px;
}
.intro{
  width: 40%;
  margin : auto;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

img.skill-row {
  width: 25%;
}

.chess-logo {
  width: 20%;
  float: right;
  margin-left: 30px;
}

.web-dev-logo {
  border-radius: 25%;
  width: 25%;
  float: left;
  margin-right: 30px;
}
.border-line{
  border: #EAF6F6 dotted 6px;
  border-bottom: none;
  margin: 100 auto;
  width:4%;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
.bottom-container{
  background-color: #66BFBF;
  height:200px;
}
.middle-container{
  padding: 100px 0;
}
.footer-link{
  font-size: 20px;
  padding: 50px;
  position: relative;
  top: 50px;
  color: #11999E;
  text-decoration: none;
  font-family: sans-serif;
}
a:hover{
  color: white;
}
.copyright{
  position : relative;
  top : 100px;
  color: white;
  font-family: serif;
}
.contact-message{
  margin: 40px auto 60px;
}
