
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 20px;
    translate: -50% -50%;
}

.construction {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    font-size: 15px;
}