* {
    margin: 0;
    padding: 0;
}

.logo__container {
    width: 200px;
    height: 200px;
    background-image: url(assets/background.png);
    background-position: center;
    background-repeat: no-repeat;
}

.logo__decor {
    width: 100%;
    height: 100%;
}

.logo__decor img {
    position: relative;
    max-width: 100%;
    z-index: 1000;
}

.logo__image {
    position: absolute;
    width: 100px;
    top: 30px;
    left: 30px;
}

.construction__container {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.construction__container img {
    width: 80%;
    max-width: 950px;
}
