body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;

}

.top-container {
    background-color: #c5d7bd;
    position: relative;
    padding-top: 100px;
}

.top-container h2 {
    color: #383e56;
}
h1 {
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 6rem;
    color: #fb743e;
}

h2 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fb743e;
    font-size: 2rem;
}
.programmer {
    font-weight: normal;
    line-height: 1;
    font-size: 1.7rem;
}
h3 { 
    font-family: 'Montserrat', sans-serif;
    color: #28b5b5;
}
.middle-container h2 {
    padding: 20px;
}
hr {
    width: 7%;
    border-top: 10px dotted #9fb8ad;
}

.skills h2 {
    margin-top: 50px;
}

.pro {
    text-decoration: underline;
}


.top-cloud {
    position: absolute;
    top: 50px;
    right: 300px;
}

.bottom-cloud {
    position: absolute;
    left: 300px;
    bottom: 300px;
}

a {
    text-decoration: none;
    color: #383e56;
}

.profile {
    margin: 100px auto;
}

.profile-img {
    width: 10%;
}

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
    line-height: 2;
}

.computer-image {
    width: 15%;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}


.code-image {
    width: 15%;
    float: right;
    margin-left: 30px;
}

.btn {
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 100;
    padding: 14px;
    background-color: #FB743E;
    box-shadow: 1px 1px 10px 0 #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.btn:hover {
    background: #383e56;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
 }

 .bottom-container {
     margin-top: 50px;
     padding: 80px;
     padding-top: 50px;
     background-color: #c5d7bd;
 }

.bottom-container a {
    padding: 30px;
}

.contact-me h2 {
    margin-top: 50px;
}

.contact-me a {
    margin-top: 50px;
}

.bottom-container p {
    padding-top: 50px;
}