.text-center.logo {
  background-image:url("../../assets/img/BTA PUSAT.png");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  width:200px;
  height:146px;
  margin-top:16px;
}

@media (max-width: 400px) {
  .text-center.logo {
    background-image:url("../../assets/img/BTA PUSAT.png");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    width:100px;
    height:73px;
    margin-top:16px;
  }
}

#judul {
  color:rgb(211,16,39);
  font-family:Ubuntu, sans-serif;
  font-size:24px;
  font-weight:bold;
  margin-top:16px;
}

@media (max-width: 400px) {
  #judul {
    color:rgb(211,16,39);
    font-family:Ubuntu, sans-serif;
    font-size:16px;
    font-weight:bold;
    margin-top:16px;
  }
}

#isi {
  color:rgb(211,16,39);
  font-family:Ubuntu, sans-serif;
  font-size:16px;
  margin-bottom:1px;
}

@media (max-width: 400px) {
  #isi {
    color:rgb(211,16,39);
    font-family:Ubuntu, sans-serif;
    font-size:12px;
    margin-right:15px;
    margin-left:15px;
  }
}

