body {
    background: #0f0f0f;
}
.head-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background: black;
    margin-top: 15px;
    border-radius: 5px;
    border: solid 1px #1f1f1f;

}
.nama {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 30px;
}
.keterangan {
    color: #eee;
    font-size: 14px;
}
.keterangan a {
    color: #eee;
    font-style: italic;
    border-bottom: doted 1px #eee;
}
.title {
    width: 100%;
    color: #8bc34a;
    font-weight: bold;
    padding: 5px 0px 1px 0px;
    overflow: hidden;
    margin-bottom: 5px;
}
.title-name {
    font-size: 18px;
    padding-bottom: 1px;
    padding-top: 2px;
    font-weight: 700;
    float: left;
}
.total {
    font-size: 18px;
    padding-bottom: 1px;
    padding-top: 2px;
    font-weight: 700;
    float: right;
}
ul {
    padding-left: 0px;

}
ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0px 3px 0px;
    border-bottom: solid 1px #0f0f0f;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
}
.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after {
    background-color: #0f0f0f;
}
.btn-copy {
    padding:0px 5px; font-size:14px; float:right; font-family:sans-serif;margin-top: -3px;
}
@media only screen and (max-width: 600px) {
    .title-name, .total {
        font-size: 14px;
    }
    .btn-copy {
       font-size:11px; 
   }
   .head-content {
    padding: 5px 7px;
}
ul li {
    font-size: 12px;
}
}