
/* === Utils === */
.my-redist {
    position: absolute;
    width: 100%;
    place-self: center;
    text-align: center;

    background: black;
    font-size: 40px;
    font-family: 'Times New Roman';
    font-weight: 800;
    letter-spacing: 0.2px;
    color: red;
}
/* === */
