body{
    color:#40514E
    margin:0;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    color: #66BFBF;
    font-size: 5.625rem; /* 100% = 16px  && 1em=16px*/
    margin:3.125rem auto 0 auto;
    font-family: 'Sacramento', cursive;    
}

h2{
    color: #66BFBF;
    font-weight: normal;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0.625rem;
}

h3{
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
}

hr{
    border:dotted #EAF6F6 0.5rem;
    border-bottom: none;
    width:10%;
    margin: 5rem auto;
}

p{
    line-height: 2;
}

a{
    color:#11999E;
    font-family: 'Montserrat', sans-serif;
    margin: 0.8rem 1.6rem;
    text-decoration: none;
}

a:hover{
    color:#EAF6F6;
}

.copyright{
    color: #EAF6F6;
    font-size: 0.8rem;
    padding:1.5rem 0;
}

.skill-row{
    width:50%;
    margin:7rem auto;
    text-align: left;    
}

.top-container{
    background-color: #EAF6F6;
    position:relative;
    padding:100px;

}

.middle-container{
    padding: 6.25rem 0;
}
/* 9518859170 */
.bottom-container{
    background-color: #66BFBF;
    padding: 3rem 0 1.5rem; 
}

.intro{
    width:30%;
    margin:auto;    
}

.message{
    width:40%;
    margin: 3rem auto 3.5rem;
}

.top-cloud{
    position: absolute;
    right: 18.75rem;
    top:2.5rem;
}

.bottom-cloud{
    /* gokupika */
    position:absolute;
    left: 15.625rem;
}

.profile-picture{
    width:25%;

}

.language-odd{
    width:25%;
    float:right;
    margin-left: 1.875rem;
}

.language-even{
    width:25%;
    float:left;
    margin-right: 1.875rem;
}

a.mail-button {
    background: none;
    color: #abc4ff;
    border: 2px solid;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    transition:0.5s;
    text-decoration: none;
    border-radius:1rem;
  }
  /* gokupika */
  a.mail-button:hover {
    border-color: #fed9b7;
    color: #72ddf7;
    border-radius:2rem;
    box-shadow: 0 0.5em 0.5em -0.4em #fed9b7;
    transform: translateY(-0.25em);
    cursor: pointer;   
  }