body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('背景なめた新卒.png') fixed ; }
    background-color: #0f172a;
    color: #f1f5f9;
    padding: 2rem;
}

header {
    text-align: center;
    margin-bottom: 3rem;
}
history-box {
    background-color: blue;
    border: 2px solid #00ffff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 { color: #38bdf8; }

.card {
    background-color: forestgreen;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 5px solid #38bdf8;
}

h2 { border-bottom: 2px solid #38bdf8; padding-bottom: 0.5rem; }