@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body
{
    background-color: #333;
    color: white;
}

.card-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.logo-text
{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sheetz-strike
{
    color: red;
    text-decoration: line-through;
    text-decoration-color: white;
}