body {
  color: black;
  line-height: 1.5;
  background-color: white;
}

nav span {
  font-size: 30px!important;
  font-weight: 550!important;
  color: #1074ff!important;
}

nav span.cm {
  position: relative!important;
  font-size: 20px!important;
  font-weight: 400!important;
  left: -3px;
}

.judul h1 {
  font-weight: 600;
  font-size: 35px;
}

.hero {
  width: 100%;
  height: 200px;
  background-image: url('hero.jpg');
  background-size: cover;
}

.daftar h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 500!important;
  font-size: 28px;
}

.daftar ul li {
  font-size: 0.9rem;
  position: relative!important;
  right: 15px;
  margin-bottom: 5px!important;
}

footer p {
  font-size: 0.9rem;
  line-height: 0.5;
}

footer h4 {
  font-size: 1rem;
  line-height: 0.5;
}

@media screen and (min-width: 600px) {
  nav span {
    font-size: 40px;
  }
  
  .container {
    width: 700px;
    border-right: 0.5px solid black;
    border-left: 0.5px solid black;
    border-bottom: 0.5px solid black;
  }
  
  .judul h1 {
    font-size: 45px;
  }
  
  .hero {
    height: 400px;
  }
  
  .isi {
    padding: 0px 30px!important;
    font-size: 15px;
  }
  
  .daftar {
    padding: 0px 30px!important;
  }
  
}