html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.respond-button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 24px;
    width: 150px;
}

#arrived-button {
    background-color: #4CAF50;
}
#onTheWay-button {
    background-color: #4A4ACF;
}
#canalled-button {
    background-color: #CF4A4A;
}

.info-container {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.info-container p {
    margin: 20px 0;
}

.info-container .label {
    font-weight: bold;
}


.error-message {
    color: red;
}

img {
    /* margin-top: 75px; */
}