html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 16px;
    background: #f0f0f0;
    color: #3f271d;
    font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1 {
    margin: 0;
    color: #3f271d;
    font-size: 1.8rem;
}

h2 {
    color: #3f271d;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}

h3 {
    color: #3f271d;
    font-size: 1.4rem;
    font-weight: bold;
}

a,
p {
    color: #3f271d;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    color: #3f271d;
}

.externalLink {
    cursor: pointer;
    text-decoration: underline;
}
.licenseLink {
    cursor: pointer;
    text-decoration: underline;
}