h1 {
    font-family: "Noto Sans", Arial;
    font-size: 40px;
    color: rgb(0, 0, 0);
    letter-spacing: -1px;
    word-spacing: 8px;
}

h2 {
    font-family: "Noto Sans", Arial;
    font-size: 32px;
}

h3 {
    font-family: "Noto Sans", Arial;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

h5 {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
}

p {
    font-family: "Noto Sans", Arial;
    font-size: 16px;
    line-height: 1.6;
}

li {
    font-family: "Noto Sans", Arial;
    font-size: 16px;
}

.video-label {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    padding: 8px 4px;
}

.prompt-text {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
}

.scene-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 25px 0;
}

.result-table {
    border-collapse: collapse;
}

.result-table td {
    padding: 2px;
}
