body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

#buttons {
    text-align: center;
    margin-bottom: 20px;
}

button {
    margin: 0 10px;
}

.session {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
}

.session img {
    max-width: 100px;
    height: auto;
}

#session-details img {
    max-width: 300px;
    height: auto;
}
body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

#buttons {
    text-align: center;
    margin-bottom: 20px;
}

button {
    margin: 0 10px;
}

.session {
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px;
    color: #d56964;
    text-align: center;
}

.session img {
    max-width: 100px;
    height: auto;
}

#session-details img {
    max-width: 300px;
    height: auto;
}

