<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-codenine {
  width: 75%;
}

.footer {
  background: #fff;
  margin: 15px 0 15px;
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  font-size: 15px;
  box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 9%);
}

.bg-white {
    background-color: #fff!important;
    box-shadow: 0px 0 30px rgb(1 41 112 / 12%);
}

.bg-protect {
    background-color: #fff!important;
    padding: 35px 50px 35px;
    border-radius: 15px;
    box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 9%);
}

.bg-putih {
    background-color: #fff!important;
}

.alert.alert-primary.p-4.w-75.m-auto {
    margin-top: 30px!important;
}

h1.jumbotron-heading {
    font-variant: petite-caps;
    color: #2786ed;
    font-weight: bold;
}

.example{
    padding: 15px 40px 15px;
    margin-bottom: 10px;
}

.box-protect {
    width: 40%;
    margin-top: 12%;
}

.text-protect {
    background-color: #fff!important;
    font-variant: petite-caps;
    font-weight: 700;
    color: #007bff;
    font-size: 30px;
    margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .box-protect {
  width: 90%;
  margin-top: 35%;
}
.footer {
  font-size: 12px;
}
}</pre></body></html>