.title_shadow {
    text-shadow: 1px 1px 5x tomato;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
body {
    background-color: white;
}
    */

.col_format {
    min-height: 318px;
    border-radius: 6px;
}