@charset "utf-8";

p {
    line-height: 1.3;
}

main {
    padding: 0 10px;
}

.header {
    height: 32px;
    color: white;
    background-color: black;
}

.header h1 {
    line-height: 32px;
    margin-left: 10px;
    font-size: small;
}

.item {
    margin: 30px 0;
}

.item h1,
.item h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.links ul li {
    padding: 5px 0;
}

main:first-of-type {
    margin-top: 50px;
}

main:last-of-type {
    margin-bottom: 50px;
}

.links a,
.policy a {
    text-decoration: underline;
}

.footer {
    line-height: 24px;
    border-top: 1px solid black;
    font-size: small;
    text-align: center;
}