body {
    background-color: #f9fbff;
    padding-top: 50px;
}

.container {
    max-width: 800px;
}

.program-list {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.program-item {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-item a {
    color: #007bff;
    font-size: 18px;
    text-decoration: none;
}

.program-item a:hover {
    text-decoration: underline;
}

.last-update {
    text-align: right;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0c1b33;
}