a {
  color: #11999E;
  font-family: sanserif;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

body {
  color: #40514E
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif
}

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', sans-serif;
  font-size: 90px;
  color: #66BFBF;
}

h2 {
  font-family: sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #66BFBF;
}

h3 {
  font-family: sans-serif;
  color: #66BFBF;
  font-size: 20px;
}

hr {
  border-style: none;
  border-top: dotted;
  border-width: 5px;
  width: 5%;
  border-color: grey;
  color: white;
  margin: 100px auto;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 20px 0 10px 0;
  margin-top: 0;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.computer-img {
  width: 25%;
  border-radius: 100px;
  margin-right: 30px;
  float: left;
}

.contact-me {
  margin: 0 auto 50px auto;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.footer-link {
  margin: 0 20px;
}

.copyright {
  margin-top: 50px;
  padding: 0;
  color: #EAF6F6;
  font-size: 12px;
}

.intro {
  width: 30%;
  margin: auto;
  line-height: 2;
}
.painting-img {
  width: 25%;
  border-radius: 100px;
  margin-left: 30px;
  float: right;
}

.pro {
  text-decoration: underline;
}

.profile {
  margin: 0 auto;
}

.profile-img {
  width: 200px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}

.top-container {
  background-color: #E4F9F5;
  padding-top: 100px;
  position: relative;
  color: #66BFBF;
  margin-bottom: 50px;
}

.BUTTON_VXF {
  background: #5CF2F7;
  background-image: -webkit-linear-gradient(top, #5CF2F7, #138387);
  background-image: -moz-linear-gradient(top, #5CF2F7, #138387);
  background-image: -ms-linear-gradient(top, #5CF2F7, #138387);
  background-image: -o-linear-gradient(top, #5CF2F7, #138387);
  background-image: -webkit-gradient(to bottom, #5CF2F7, #138387);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 0;
  line-height: 0;
  color: #FFFFFF;
  font-family: Helvetica;
  width: 179px;
  font-size: 32px;
  font-weight: 100;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 20px 0 #FFFFFF;
  -moz-box-shadow: 1px 1px 20px 0 #FFFFFF;
  box-shadow: 1px 1px 20px 0 #FFFFFF;
  text-shadow: 1px 1px 20px #000000;
  border: solid #FFFFFF 0;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-top: 20px
}

.BUTTON_VXF:hover {
  border: solid #FFFFFF 1px;
  background: #84E3E7;
  background-image: -webkit-linear-gradient(top, #84E3E7, #11999E);
  background-image: -moz-linear-gradient(top, #84E3E7, #11999E);
  background-image: -ms-linear-gradient(top, #84E3E7, #11999E);
  background-image: -o-linear-gradient(top, #84E3E7, #11999E);
  background-image: -webkit-gradient(to bottom, #84E3E7, #11999E);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
