body {
    background: #151B15;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1%;
    color: rgba(254,246,221,1);
    margin: auto;
}

.container {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    margin: auto;
}

h1 {
    color: rgba(254,246,221,1);
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

h2 {
    font-weight: 300;
    font-size: 1.25rem;
    margin-top: 4rem;
}

p {
    margin: 0;
    color: rgba(254,246,221,1);
}

p.sub {
    color: rgba(254,246,221,0.6);
}

a {
    color: rgba(254,246,221,1);
    text-underline-offset: 0.2rem;
    transition: 0.2s;
}

a:hover {
    color: rgba(180,160,255,1);
}

ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 2.25rem;
}

li {
    display: flex;
    align-items: stretch;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(254,246,221,0.12);
}

li a {
    color: rgba(254,246,221,1);
    text-decoration: none;
}

li a:hover {
    text-decoration: underline;
}

li .timing {
    font-weight: 500;
    font-size: 0.875rem;
    width: 120px;
}

li .item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

li .role {
    color: rgba(254,246,221,0.6);
    font-size: 0.875rem;
}