body {
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

span{
  text-decoration: underline;
}

hr {
  border-style: none;
  width: 3%;
  border-color: #EAF6F6;
  border-top-style: dotted;
  border-width: 5px;
  margin:100px auto;
}

h1 {
  color: #66BFBF;
}

h2 {
  color: #66BFBF;
}

h3 {
  color: #11999E;
}

a {
  color: #11999E;
  text-decoration: none;
}

a:hover{
  color: #EAF6F6;
}

div {
  margin: 0;
}

p{
  color: #40514E;
}

.title {
  font-size: 50px;
  font-family: 'Permanent Marker', 'Open Sans', sans-serif;
  margin: 50px auto 0 auto;
  width: 10%;
}

.info {
  line-height: 2;
  font-weight: normal;
}

.top-container {
  background-color: #EAF6F6;
  padding-top: 50px;
}

.Bruno {
  height: 25%;
  width: 25%;
  border-radius: 100%;
  margin:100px;
}

.middle-container {
  margin:100px;
}

.bottom-container {
  font-family: sans-serif;
  background-color: #66BFBF;
  padding: 50px;
}

.top-cloud {
  position: absolute;
  right: 600px;
  top: 20px;
}

.bottom-cloud {
  position: absolute;
}

.skill-row {
  padding: 2%;
  margin: 50px auto;
  width: 50%;
  text-align: left;
  line-height: 2;
}

.gamer {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.webdev {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.contact-me{
  width:40%;
  margin: 100px auto;
  line-height: 3;
}

.btn {
   background: #7AE9E9;
   background-image: -webkit-linear-gradient(top, #7AE9E9, #66BFBF);
   background-image: -moz-linear-gradient(top, #7AE9E9, #66BFBF);
   background-image: -ms-linear-gradient(top, #7AE9E9, #66BFBF);
   background-image: -o-linear-gradient(top, #7AE9E9, #66BFBF);
   background-image: -webkit-gradient(to bottom, #7AE9E9, #66BFBF);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   height: 6px;
   line-height: 6px;
   color: #FFFFFF;
   font-family: Helvetica;
   width: 129px;
   font-size: 18px;
   font-weight: 100;
   padding: 20px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
   border: solid #FFFFFF 1px;
   background: #66BFBF;
   background-image: -webkit-linear-gradient(top, #66BFBF, #7AE9E9);
   background-image: -moz-linear-gradient(top, #66BFBF, #7AE9E9);
   background-image: -ms-linear-gradient(top, #66BFBF, #7AE9E9);
   background-image: -o-linear-gradient(top, #66BFBF, #7AE9E9);
   background-image: -webkit-gradient(to bottom, #66BFBF, #7AE9E9);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.footer-link{
  font-family: 'Montserrat', sans-serif;
  padding: 30px;
}

.copyright{
  color:#EAF6F6
}
