body, html {
    height: 100%;
    margin: 0;
    background-color: #006B6B; /* Petrolejová */
    color: white;
}

.center-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 500px;
    width: 100%;
}

.event-img {
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
