* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ECEBEB; /* Set background to match image color */
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
}

.construction-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
