body{
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
}
#ctrbox{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}
.flexed{
    display: flex;
    gap: 4px;
    justify-content: center;
}
.vertical{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.centertext{
    text-align: center;
}