body {
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    margin: 50px auto 0 auto;
    font-family: 'Satisfy', cursive;
    font-size: 5.625rem;
    color: #66BFBF;
}

h2 {
    font-size: 1.8rem;
    color: #66BFBF;
    font-weight: normal;
}

h3 {
    color: #11999E;
}

a {
    color: #11999E;
}

.top-container {
    position: relative;
    padding-top: 100px;
    background-color: #e4fbff;
}

.middle-container {
}

.bottom-container {
}

.top-cloud {
    position: absolute;
    right: 600px;
    top: 50px;
}

.bottom-cloud {
    position: absolute;
    left: 550px;
}

.write-png {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.chinese-png {
    width: 25%;
    float: left;
    margin-right: 30px;
    
}

.mountain {
    position: relative;
}

.profile {
    margin-top: 2.2rem;
}

.skill-row {
    width: 50%;
    margin: 80px auto 180px auto;
    text-align: left;
    line-height: 2;
}

.skills {
}