*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 18px;
    font-family: 'Notosans JP', sans-serif;
    line-height: 1.8;
    color: #252520;
    background-color: #f4f4f4;
    text-align: center;
}
/* スクロールバー */
::-webkit-scrollbar{
    width: 8px;
    background: #f4f4f4;
}
::-webkit-scrollbar-thumb{
    background: #6f7074;
}

h1{
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem 0;
}

#randomSentence, #randomWords{
    margin: 1rem;
    font-weight: bold;
}
li{
    list-style: none;
    margin: 0.5rem 0;
}

#reload-button{
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
    border: none;
    cursor: pointer;
    background-color: #f4f4f4;
}

.line{
    border-bottom: #6f7074 1.5px solid;
    max-width: 500px;
    margin: 1rem auto;
}

#sentenceCount{
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
}
