body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    color: #66bfbf;
}

h2 {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66bfbf;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #66bfbf;
}

.job {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #66bfbf;
    font-weight: normal;
    line-height: 2;
}

.skill-row {
    text-align: left;
    margin: 100px auto 100px auto;
    width: 50%;
    line-height: 2;
    color: #eae7d9;
}

hr {
    border-style: none;
    border-top-style: dotted;
    border-width: 5px;
    width: 5%;
    border-color: grey;
    margin-top: 50px;
}

.bottom-cloud {
    position: absolute;
    left: 300px;
    bottom: 300px;
}

.bottom-container {
    background-color: #66bfbf;
    padding: 50px 0px 20px;
}

.middle-container {
    color: #cff1ef;
}

a {
    color: #11999e;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px 10px 20px;
    text-decoration: none;
}

.top-cloud {
    position: absolute;
    right: 300px;
    top: 50px;
}

.top-container {
    background-color: #dae1e7;
    position: relative;
    padding-top: 100px;
}

.programmer-image {
    width: 150px;
    height: 150px;
    margin-top: 100px;
}

p {
    color: #27496d;
}

.skill {
    float: left;
    width: 25%;
    height: 25%;
    margin-right: 30px;
}

.wordpress {
    float: right;
    width: 25%;
    height: 25%;
    margin-right: 30px;
}

.BUTTON_KFW {
    background: #66BFBF;
    border-radius: 15px;
    height: 8px;
    line-height: 8px;
    color: white;
    font-family: Open Sans;
    width: 163px;
    font-size: 30px;
    font-weight: 100;
    padding: 16px;
    border: solid #66bfbf 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 30px;
}

.BUTTON_KFW:hover {
    border: solid #66bfbf 1px;
    background: #66bfbf;
    border-radius: 20px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #1E62D0, #66bfbf);
    background-image: -moz-linear-gradient(top, #1E62D0, #66bfbf);
    background-image: -ms-linear-gradient(top, #1E62D0, #66bfbf);
    background-image: -o-linear-gradient(top, #1E62D0, #66bfbf);
    background-image: linear-gradient(to bottom, #1E62D0, #66bfbf);
}

.copyright {
    color: white;
    font-size: 0.75rem;
    padding-top: 20px;
}