body {
    background: #2b323e;
    color: white;
    height: 100vh;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.img-container {
    max-width: 5rem;
}

.construction {
    text-align: center;
    height: 100vh;
    justify-content: center;
    margin-top: -4rem;
}

.dynamic-container {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    width: 100%;
    bottom: 0;
}

.dynamic-text {
    white-space: nowrap;
    line-height: 0.7;
    font-weight: 700;
}

.name-text {
    opacity: 0.1;
    color: white;
}