body {
    background-image: radial-gradient(#dddddd 2px, transparent 2px);
	background-size: 32px 32px;
	background-color: #ebebeb;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 100%;
}

.constructionnotice {
    text-align: center;
    margin-top: 22%;
}

.consign1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signbackplane {
    position: absolute;
    width: 489px;
    height: 272px;
    backdrop-filter: blur(4px);
    z-index: -1;
    border-radius: 22px;
}

.consign1 img {
    width: 500px;
}

.consign2 img {
    position: relative;
    top: -460px;
    left: 310px;
    width: 500px;
    z-index: -2;
}