﻿.expired-box {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 38px;
    color: white;
    font-weight: 600;
    display: flex;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    justify-content: center;
    align-items: center;
}