body {
    background-image: url('../img/rombos.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50%;
    font-family: 'Gilroy', serif;
}

h1 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
}

p {
    font-family: 'Gilroy', serif;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    padding-bottom: 100px;
}

.container .logo {
    width: 250px;
    margin: 0 auto;
}

.container p {
    text-align: justify;
}

.container #validation #accessCode {
    font-family: 'Gilroy', sans-serif;
}

.container #validation #errorMessage {
    color: #c90066; 
    display: none; 
    margin-top: 10px;
}

.container #validation button {
    border-radius: 15px;
    background-color: #c90066;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
}

.container #data .buttonContainer {
    text-align: center;
}

.container #data .buttonContainer button {
    border-radius: 15px;
    background-color: #c90066;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
    float: left;
    width: 45%;
    height: 80px;
    overflow: hidden;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
}