#construction-container {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
        url("/assets/brick.png");
    background-size: 48px;
}

#construction-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#construction-header {
    display: flex;
    width: 360px;
    height: 72px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/constructionbanner.png");
    background-size: cover;
    margin: 0 auto;
}

#construction-header h1 {
    padding: 0 12px;
}

#construction {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: #ec7e2f;
    border-radius: 4px;
    box-shadow: 0px 0px 8px #222;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0));
}

#notice {
    background-color: white;
    border-radius: 4px;
    padding: 8px;
    line-height: 24px;
    margin: 0;
    color: #222;
}

#disclaimer {
    font-size:16px;
    margin:0;
    text-justify:center;
    text-align:center;
    line-height:24px;
    color:#222;
}