body {
    font-family: Helvetica, sans-serif;
    margin: 20px;
    color: wheat;
    background-color: #2E022B;

}

.boton-logout {
    text-align: right;
}

h1 {
    text-align: center;
}

.participants-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;

}

.participant {
    flex: 1;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border: none;

}

.participant img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: none;

}

.error {
    text-align: center;
    color: red;
    font-size: 20px;
}

footer {
    display: flex;
    justify-content: space-evenly;
    background-color: #222222;
    padding: 3vh;
    align-items: end;
}

.login-title {
    text-align: center;
}

.login-form {
    text-align: center;
}

.error-message {
text-align: center;
color: red;
}