body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 5.625rem;
  font-family: 'Merriweather', cursive;
  color: #66BFBF;
  margin: 50px auto 0 auto;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #38a7a7;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #2b119e;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 2;
}

hr {
  border: dotted black 6px;
  border-bottom: none;
  width: 4rem;
  margin: 100px auto;
}

a{
  color: #e6ebeb;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 5px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;

}

.nav-bar {
text-align: right;
background: #000000;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.top-container {
  background-color: #000000;
  position: relative;
    padding: 25px 0 20px;
}


.middle-container {
  background: grey;
}

.bottom-container {
  background-color: #000000;
  padding: 25px 0 20px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.pro {
  text-decoration: underline;
}

.intro {
  width: 30%;
  margin: auto;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.profile-img {
  border-radius: 35%;
  width: 150px;
  height: 200px;
}



.top-cloud {
  position: absolute;
  right: 700px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 650px;
  bottom: 300px;
}

.code-img {
  width: 25%;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}

.computer_building-img {
  border-radius: 50%;
  width: 25%;
  float: right;
  margin-left: 30px;
}

.contact-message {
  width: 40%;
}

.twitter {
  height: 40px;
  width: 40px;
}

.linkedin {
  height: 40px;
  width: 40px;
}

.wordpress {
  height: 40px;
  width: 40px;
}

.instagram {
  height: 40px;
  width: 40px;
}

.github {
  height: 40px;
  width: 40px;
}

.btn {
  background: #11cdd4;
  background-image: linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  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: linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
