.page_title{
    color: gold;
    background-color: black;
    text-decoration: none;
    font-size: 3em;
    line-height: 160%; 
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}
.verse_id{
    color: gray;
    text-decoration: none;
    font-size: 2.8em;
    line-height: 160%;
}
.verse_text{
    color: white;
    text-decoration: none;
    font-size: 2.8em;
    line-height: 160%; 
    margin: 0px;
    text-align: justify; 
}

.judul{
    color: yellow;
    text-decoration: none;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 160%;
    margin-top:50px;
    text-align: justify;
 }
 .judul_center{
    color: yellow;
    text-decoration: underline;
    font-size: 2.8em;
    margin-top:50px;
    line-height: 160%; 
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}
.isi{
    color: white;
    text-decoration: none;
    font-size: 2.8em;
    line-height: 160%;
    margin: 0px;
    text-align: justify;
    padding: 0px 0px 0px 0px;
 }

.input_text{
    color: blue;
    font-size: 2.8em;
    border-radius: 6px;
    margin:5px auto;
    padding: 5px;
}
.button {
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 2.8em;
    border-radius: 8px;
    margin: 30px;
    background-color: darkred;
    cursor: pointer;
}
.button_bible {
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 2.8em;
    border-radius: 8px;
    margin: 30px;
    background-color: dodgerblue;
    cursor: pointer;
}
.warna_yellow{
    color:yellow;
}