body {
    background-image:
    linear-gradient(
        rgba(2, 6, 23, 0.7),
        rgba(15, 23, 42, 0.7),
        rgba(30, 64, 175, 0.7)
    ),
    url(../img/s026_car-sports.png);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    font-size: 1.2vw;
    text-align: left;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

    margin: 0;
    color: #fbfbfb;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
}
    h2{
        font-size: 2vw;
        position: relative;
        display: inline-block;
        padding: 10px 20px;

        color: white;
        background-color: rgba(0, 0, 0, 0.5); 
        border: 2px solid rgba(255, 255, 255, 0.7);

        border-radius: 10px;

        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
        margin-bottom: 20px;
    }
    table{
        border-collapse: collapse;
    }
    th,td{
        padding: 3px 4px;
        border-bottom: 1px solid rgba(255,255,255,0.5);

    }
    