body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  background: #E4F9F5;
  color:#40514E;
}

h1 {
  font-size:100px;
  margin: 10px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color:#66BFBF;
  line-height: 4;
}

h2 {
  font-family: 'Sacramento', sans-serif;
  font-size:2rem;
  color:#66BFBF;
  font-weight: bold;
  padding-bottom:10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

.bottom-container {
  padding-bottom:100px;
}

p {
    line-height:0;
    font-size:18px;
    color:#11999e;
    text-align:inherit;
    text-transform:none;
    font-weight:300;
  }

  hr {
    border: dotted #EAF6F6 6px;
    border-bottom: none;
    width:4%;
  }

.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

.skill-row {
  width:50%;
  margin: 100px auto 100px auto;
  text-align: center;
}

.ribo {
  text-decoration: underline;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 100px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 500px;
}

.slika {
  background-color:#E4F9F5;
  width:350px;
  height:350px;
}
.slika2 {
  width:500px;
  height:500px;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  padding-bottom:60px;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
