.index-page{
    width: 50%;
    margin: auto;
    margin-top: 15%;
}

.index-page #page-title{
    text-align: center;
    font-size: xxx-large;
    margin-bottom: 20px;
}

.index-page #description{
    text-align: center;
    font-size: x-large;
    margin-bottom: 30px;
}

.index-page #search-form{
    margin: auto;
    width: 70%;
    display: flex;
}

.index-page #search-form #query-input{
    font-size: xx-large;
    width: 100%;
    flex: auto;
}

.index-page #search-form #submit-button{
    margin-left: 5px;
    font-size: x-large;
}

.index-page #error-message{
    margin-top: 20px;
    font-size: x-large;
    text-align: center;
    color: red;
}

.index-page #entry-list{
    margin-top: 20px;
}

.index-page #entry-list .myoji-entry{
    font-size: x-large;
    text-align: center;
}

.index-page #entry-list .myoji-entry:not(:first-child){
    margin-top: 10px;
}



.index-page .accented span.tone-h{
    border-top: 1px solid red;
}

.index-page .accented span.tone-l{
    border-bottom: 1px solid red;
}

.index-page .accented span.tone-h-change{
    border: solid red;
    border-width: 1px 1px 0px 0px;
}

.index-page .accented span.tone-l-change{
    border: solid red;
    border-width: 0px 1px 1px 0px;
}

.index-page .accented span.tone-end-change{
    border-right: 1px;
}