body {
    background-color: #eeeeee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-title {
    font-size: 50px;
    display: contents;
}

.img-bible {
    height: 95px;
}

.input-buttons {
    text-align: center;
}

.btn {
    font-size: 17px;
    border-radius: 5px;
    border-color: #639dd1;
    background-color: #639dd1;
    cursor: pointer;
    margin: 5px;
}

.lbl-index {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.lbl-verse{
    width: 100%;
    margin-bottom: 20px; 
    font-weight: 600;   
}

.lbl-text{
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.lbl-book{
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.lbl-abbr{
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.lbl-chapter{
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.lbl-verses{
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.input-index {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-verse {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-text {
    resize: auto;
    width: 100%;
    height: 100px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-book {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-abbr {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-chapter {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}

.input-verses {
    width: 100%;
    height: 25px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
}