body{
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    background-color: #FDA769;
}

h1{
    font-size: 5.625rem;
    margin: 0 auto 10px auto;
    font-family: 'Sacramento', cursive;
    color: #473C33;
}

h2{
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    color: #473C33;
    display: inline-block;
    margin-top: 0;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #473C33;
    margin: 0;
}

p{
    line-height: 2;
    color: #1C1712;
}

hr{
    border-style: none;
    border-top: 5px dotted #A47E3B;
    width: 5%;
    margin: 100px auto 100px auto;
}

a{
    color: #C67134;
    margin: 0 15px;
    text-decoration: none;
}

a:hover{
    color: #1C1712
}

.top-container{
    background-color: #ABC270;
    position: relative;
    padding-top: 320px;
}

.mountain{
    position: relative;
    top: 4px;
}

.bottom-cloud{
    position: absolute;
    left: 15%;
    bottom: 40%;
}


.top-cloud{
    position: absolute;
    bottom: 75%;
    right: 18%;
}

.pro{
    text-decoration: underline;
}

.middle-container{
    background-color: #FEC868;
    position: relative;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 50px;
  }

.into-paragraf{
    width: 30%;
    position: relative;
    display: inline-block;
}

.profile-pic{
    height: 180px;
    width: 180px;
}

.zanimanja{
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}

.skill-programiranje{
    text-align: left;
    margin: 100px auto 0 auto;
    display: block;
    width: 50%;
    color: #1C1712;
}

.pc-macka{
    width: 200px;
    margin-right: 30px;
    float: left;
}

.skill-bodybuilding{
    width: 50%;
    display: block;
    margin: 100px auto 100px auto;
    text-align: left;
}

.muscular-cat{
    width: 200px;
    float: right;
    margin-left: 30px;
}

.contact-button{
    width: auto;
    height: auto;
    background-color: #ABC270;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 20px 10px 20px 10px;
    padding: 15px;
}

.bottom-container{
    background-color: #FDA769;
    position: relative;
    padding: 20px 0;
}



