@import url("normalize.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    word-break: keep-all;
}

.container {
    background-color: #ffffff;
    border-radius: 16px;
    min-width: 300px;
    max-width: 560px;
    width: 100%;
    padding: 48px 20px;
    text-align: center;
}

.container img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
}

h1 {
    font-size: 22px;
    color: #222;
    margin-bottom: 24px;
}

.description {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
}

.schedule {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.schedule .label {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.schedule .datetime {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
}

.schedule .datetime span {
    white-space: nowrap;
}

.schedule {
    font-size: 13px;
    color: #999;
    margin-top: 4px;
}

.closing {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}
