/* Construction Page */

.construction-h1 {
    display: none;
}

.construction-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3em;
}

.construction-background {
    width: 600px;
    height: 600px;
    background-image: url(../images/decorations/Frame3.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    position: relative;
}

.construction-info {
    position: absolute;
    font-size: 40px;
    top: 22%;
    left: 10%;
    text-align: center;
    font-family: CormorantUpright;
    font-weight: bold;
}
