body {
    font-family: 'Noto-sans', sans-serif;
    line-height: 1.5;
    overflow: hidden;
    color: white;
}

main {
    text-align: center;
}

.content {
    font-weight: bold;
}

.content p {
    margin: 0;
    font-weight: normal;
}

p {
    font-size: 1.5rem;
}


.banner {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

th{
    background-color: #160c0d;
    color: white;
    font-size: 1.5rem;
}

table, th, tr, td{
    border: 1px solid black;
    padding: 1rem;
}

table {

    border-collapse: collapse;
    margin: auto;
    font-family: 'Roboto Flex', sans-serif, serif;
    z-index: 2;
    background-color: #1b1922;
    color: white;
    font-size: 20px;
}

table a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

table a:hover {
    color: #ff6046;
}

caption {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.play {
    margin: 2rem auto;
}

.play a{
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: bold;
    color: white;
    max-width: fit-content;
}

.play a:hover{
 color: #ff6046;
}

.back-drop {
    position: absolute;
    background-image: linear-gradient(to top, black, transparent);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-bottom: 1rem;
    text-align: center;
    color: white;
}

footer p {
    margin: 0;
}