* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

.pagelink {
    text-decoration: none;
    color: black;
}

header {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    position: sticky;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 10px;
    top: 0;
    
    
}

.verse {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 0;
}

.textwrap {
    padding: 5px 20px 20px 20px;
    text-align: center;
    font-size: 18px;
}

.verse-detail {
    padding: 5px 20px 20px 20px;

    font-size: 18px;
}

.sectionwrap {
    margin: 5px 0;
}

.versequote {
    font-style: italic;
    padding: 10px;
    color:blue;
}

.buttonwrap {
    height: 200px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: white;
    padding-top: 10px;
}

.backbutton {
    font-size: 24px;
    padding: 6px 43px;
    border-radius: 11px;
    font-weight: bold;
    
    
}

.q {
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

.a {
    padding: 0 10px 0 30px;
}

.startbutton {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
}