body,
html {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;

    min-height: 100%;
    min-width: 100%;
    background-color: black;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: sans-serif;
}

.container {
    background-color: #ffffff;
    border-radius: 10px;
    color: black;
    padding: 20px;
    /* position: relative; */
    /* width: 500px; */
}

.center {
    text-align: center;
}

p {
    margin: 0;
}

#logo {
    position: relative;
    bottom: -20px;
    z-index: 1;
}

.cgu {
    height: 200px;
    /* overflow-y: scroll; */
}

.language-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
}
.language-switcher img {
    margin-left: 10px;
    cursor: pointer;
}

caption{
    caption-side: top;
}
