body {
    position: relative;
}


.banner {
    padding-top: 28px;
    /* position: relative; */


}

.section {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer {
    text-align: center;
}

.streaming {
    background-color: #eff8ee;
    /* position: absolute; */
    /* top: 300px;
    left: 250px; */
    padding-top: 4px;
    /* width: 200px;
    height: 100px;
    border: 3px solid #73AD21; */
    text-align: center;
}

.kotak {
    position: relative;
    background-color: #1abd27;
    /* height: 200px; */
    margin-top: 30px;
    margin-bottom: 30px;

}

.frame {
    position: absolute;
    background-color: #9b1e1e;
    top: -15px;
    /* left: 0px; */
    height: 220px;
    width: 1000px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;

}

.brand {
    font-weight: bold;
    color: #0fc95c;
}

.brand2 {
    font-weight: bold;
    color: #ffc400;
    letter-spacing: 7px;
}

.sosmed {
    letter-spacing: 3.943px;
}

.title {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    width: auto;
    background-color: #0fc95c;
    border-radius: 8px;
    color: #ffffff;

}

.title2 {
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    width: auto;
    background-color: #ffffff;
    border-radius: 8px;
    color: #85c226;
    font-weight: bold;

}

.tanggal {
    font-size: 12px;
    font-style: oblique;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}