BODY
{
    background-color:rgb(16, 16, 16);
    color:rgb(92, 126, 241);
}
a:link {color:white;}
a:visited {color:white;}
a:hover {color:red;}
a:active {color:white;}
.holder
{
}
.container
{
    text-align:center;
}
.textbody
{
    color:gray;
}
table
{
    align:center;
}
.strike
{
    text-decoration:line-through;
}
.title
{
    text-align:center ;
}
#uc
{
    background: grey;
}

.flex-container {
    justify-content: center;
}

.content {
    min-width: 600px;
}

/* FLEX  */
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#outer-flex {
    flex-direction: column;
    justify-content: space-between;
}
