body {
    font-family: 'Maven Pro', sans-serif;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
    padding: 1.2em;
    border-bottom: 2px solid #00A670;
}

.logo img {
    max-width: 150px;
}

.title {
    font-size: 24px;
    text-align: start;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    border-radius: 5px;
}

.booking-date {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
}

.card {
    margin-bottom: 10px;
    min-height: 7em;
}

.card-body {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.card-time {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 20px;
    border-right: 2px solid black;
    padding-right: 20px;
}

.card-details {
    flex-grow: 1;
}

.card-details .name {
    font-size: 1rem;
    font-weight: bold;
}

.card-details .service {
    color: #555;
}

.centered-message-title {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}
