body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #2e2d2d;
}

h1 {
    color: #e5e5e5;
}

h2 {
    color: #e5e5e5;
}

.program {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #2e2d2d;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color:  #e5e5e5;
}

a:hover {
    text-decoration: underline;
}
