.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

img {
    pointer-events: none;
    user-select: none;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}
.title {
    text-align: center;
    margin: 0;
}
.subtitle {
    text-align: center;
    margin: 0;
}

.underconstruction {
    align-items: center;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
    width: 50%;
    background-color: yellow;
    border: 5px solid black;
}