body {
    background-color: #f8f9fa;
}
.header {
    background-color: #134d8c;
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header img {
    height: 50px;
    margin-right: 10px;
}
.doctor-photo img {
    max-width: 100%;
    border-radius: 10px;
}
.schedule {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.footer {
    background-color: #134d8c;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;

}
.footer a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
}
