body {
    font-family: sans-serif;
    line-height: 1.6;
    /* 背景の明るさ調節付き */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('時代遅れ拝啓.png');
    background-size: cover;
    background-attachment: fixed;
    padding: 20px;
}
@media (max-width: 600px) {
    video {
        width: 90% !important; /* スマホでは横幅を広くする */
    }
}
header {
    background: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

.card {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #d9534f;
}