body {
    background-color: #3f0664;
}

.flex-container {
    display: flex;
}

#middle-box {
    max-width: 900px;
    /* height: 500px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#em-construcao {
    color: white;
    font-family: 'Oswald';
    font-size: 40px;
    margin: -10px 0 50px 10px;
}

#info {
    font-family: 'Roboto';
    color: #c691e0;
    margin-left: 10px;
    font-size: 20px;
}

#connectlab {
    width: 320px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}