@import url("//fonts.googleapis.com/css?family=Muli");

html,
body {
  height: 100%;
  line-height: 1.75;
  font-family: "Muli", "Open Sans", "Segoe UI", sans-serif;
  font-size: 14px;
  background-color: #28a745;
  overflow-y: auto;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: darkslategrey;
}

h1 {
  font-size: 4.209em;
}

h2 {
  font-size: 3.157em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.597em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  max-width: 45%;
  max-height: 45%;
}

.text-kiri {
  color: #28a745;
}

.kanan {
  background-color: #28a745;
  letter-spacing: 2px;
}

.zoom:hover {
  transform: scale(0.9);
  background-color: lightblue;
}

@media (max-width: 991px) {
  .kiri {
    display: none;
  }
}

@media (max-width: 414px) {
  h1 {
    font-size: 2.209em;
  }

  h2 {
    font-size: 1.157em;
  }

  h3 {
    font-size: 1em;
  }

  h4 {
    font-size: 1.197em;
  }

  h5 {
    font-size: 1.111em;
    font-weight: bold;
  }

  h6 {
    font-size: 0.5em;
  }
}
