body {
    color: #0f0f0f;
    font-size: 16px;
}

a {
    color: #0f0f0f;
    font-size: 16px;
}

div {
    margin-top: 8px;
    margin-bottom: 8px;
}

.title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 16px;
    margin-bottom: 16px;
}

.subtitle {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.scroll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1200px;
    height: 360px;
    overflow-y: auto;
}