#web {
  text-decoration: underline;
}
body {
  background-color: #233232;
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
  /* font-size: 150%; */
}

.top-container {
  background-color: #233232;
  position: relative;
  padding: 200px;
}

.bottom-container {
  background-color: #66bfbf;
  padding: 40px 0 20px;
}
p {
  line-height: 2;
}

h1 {
  margin: 0;
  font-family: "Sacramento", cursive;
  font-size: 5.652rem;
  margin: 50px auto 0 auto;
  color: #66bfbf;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #66bfbf;
  font-weight: normal;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
}

.top-cloud {
  position: absolute;
  right: 350px;
  top: 60px;
}
.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 500px;
}

.blockchain-img {
  position: relative;
  height: 25%;
  width: 25%;
  bottom: 15px;
  left: 1px;
  float: left;
  margin-right: 30px;
}
.coding-img {
  position: relative;
  height: 25%;
  width: 25%;
  bottom: 15px;
  left: 1px;
  float: right;
  margin-left: 30px;
}

a {
  color: #11999e;
  margin: 5px 20px;
  text-decoration: none;
}
a:hover {
  color: #f1eaf6;
}

.attribute {
  font-size: 0.5rem;
}
.copyright {
  font-size: 0.8rem;
  color: #eaf6f6;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.hello {
  width: 50%;
  margin: auto auto 40px auto;
}
.last-skill {
  margin: auto auto 40px auto;
}

.touch {
  margin: 40px auto 10px auto;
}

#work {
  width: 50%;
  margin: 40px auto 60px;
}

hr {
  border-style: dotted none none none;
  border-color: #d5dcdc;
  border-width: 7px;
  width: 5%;
  margin: 100px auto;
}

.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: "Montserrat", sans-serif;

  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;
}

.foot-att {
  color: #9ee6e6;
  margin: auto;
}
.foot-att:hover {
  color: #eaf6f6;
}
