*{
    font-family: Arial, Helvetica, sans-serif;
}

#construct-box {
    background-color: rgb(50, 50, 50);
    border-radius: 2.5vb;
    padding: 2vb;
    width: 50vw;
    left: 50%;
    margin-top: 7.5vh;
    margin-left: 25vw;
}

.text-center {
    text-align: center;
    color: rgb(200, 200, 200);
    font-size: 2vb;
}

#construct-bold {
    font-size: 2.5vb;
    font-weight: bold;
}