body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    text-align: center;
}

h1 {
    color: #007bff;
    margin-bottom: 25px;
}

.message-info {
    background-color: #e0f7fa;
    color: #007bff;
    border: 1px solid #00bcd4;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.message-info p {
    margin: 0 0 5px 0;
}
.message-info p:last-child {
    margin-bottom: 0;
}


.service-card {
    background-color: #e9e9e9;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.service-card h2 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    color: #333;
}

.service-card p {
    margin: 0 0 3px 0;
    font-weight: normal;
}

.service-card p a {
    color: #007bff;
    text-decoration: none;
}

.service-card p a:hover {
    text-decoration: underline;
}

.status-generally-online {
    color: #28a745; /* Verde */
    font-weight: bold;
}

.small-text {
    font-size: 0.85em;
    color: #555;
    margin-top: 5px;
}

.footer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #777;
    border-top: 1px solid #eee;
    padding
      -top: 15px;
}
