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

pre {

  line-height: 2;
  font-size: 17px;
}

h1 {
  margin: 50px auto 0 auto 0;
  font-family: 'Mochiy Pop P One', monospace;
  font-size: 5.625rem;
  color: #66BFBF;
}

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

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
a:link {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
 }
a:hover{
  color: #EAF6F6;
}


hr{
border-style: none;
border-top-style: dotted;
border-color: grey;
border-width: 6px;
width: 4%;
margin:100px auto;
}

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

.pro {
  text-decoration: underline;
}

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

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

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



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


.skill-row {
  width: 70%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
  overflow: hidden;
}
.eat{
  margin: 50px auto 60px;
   width: 60%;
}
.butn {
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #fffffF;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn: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;
  padding: 50px 0 20px;
}
.footer-link{
  margin: 10px auto;

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