.my-page {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background: url('/assets/css/department/department_bg.png') no-repeat center center fixed;
    background-size: cover;
    color: white;
    text-align: center;
}

.caption {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}