body {
    max-width: 600px;
    margin: 0 auto;
}

#header-logo {
    height: 50px;
    margin: 0 auto;
}

.button-wrapper {
    padding: 16px;
}

footer>.button-wrapper {
    padding-bottom: 32px;
}

.button-wrapper>a {
    width: 100%;
}

.button {
    display: flex;
    height: 48px;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    background: var(--orange-gradient);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
}

.time-schedule-wrapper {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
}

.time-schedule-wrapper>h2 {
    text-align: center;
    font-size: 16px;
    line-height: 48px;
}

.border {
    border-bottom: 1px solid var(--black);
    margin: 0 0 20px;
}

section>header {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 800;
}

.details-section-body {
    padding: 16px;
    margin: 0 auto;
}

.details-section-body>h2 {
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.64px;
}

.details-section-body>p {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 16px 0;
    padding: 8px 0;
}

.target-audience-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
    font-weight: 600;
}

.target-audience-wrapper>h3 {
    font-size: 16px;
    padding: 8px;
    line-height: normal;
}

.target-audience-wrapper>ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.target-audience-wrapper>ul>li {
    padding: 8px;
}

.speaker-details-wrapper {
    padding: 16px;
}

.speaker-details-wrapper>h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 0;
    border-bottom: 1px solid var(--black);
}

.speaker-details-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
}

.speaker-details-body>img {
    margin: 0 auto;
}

.footnote {
    gap: 16px;
    padding: 16px;
}