body {
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 200%;
}

.top-cloud {
    position: absolute;
    right: 300px;
    top: 40px;
}

.bottom-cloud {
    position: absolute;
    left: 250px;
    bottom: 300px;
}

h1 {
    color: #66BFBF;
    font-size: 5.5rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
}

h2 {
    color: #66BFBF;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    padding-bottom: 10px;
}

h3 {
    color: #11999E;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}


.top-container {
    background-color: #E4F9F5;
    position: relative;
    padding-top: 100px;
}

.bro {
    border-radius: 35%;
}

a {
    color: #11999E;
}

span {
    text-decoration: wavy; 
}

p {
    line-height: 1;
    font-size: 1.75rem;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;  
    text-align: left;
}

.coding {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.game {
    width: 25%;
    float: right;   
    margin-left: 30px;
}

hr {
    border-style: dotted none none none;
    border-width: 7px;
    width: 4%;
    border-color: #EAF6F6;
    margin: 100px auto;
    
}

.footer-link {
    color: #11999E;
    position: relative;
    top: 10%;
    margin: 1rem;
    text-decoration: none;
    padding: 10px;
    font-size: 1.35rem;
}

.footer-link:hover {
    color: #EAF6F6;
}

.copyright {
    background-color: #66BFBF;
    line-height: 2;
    margin-bottom: 0;
    height: 180px;
    margin-top: 3rem;
}

.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: 'Poppins', 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;
  }

  .middle-container {
    margin: 100px 0;
  }

  .brisk {
    width: 50%;
    margin: auto;
    font-size: 1.9rem;
  }

  #frown {
    width: 60%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 75%;
  }

  .copynow {
    color: #EAF6F6;
    font-size: 1.50rem;
    padding: 10px;
  }
  

  .wait {
    font-size: 1.65rem;
  }