body {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    background-color: #1C1C1C;
    color: #FAFAFF;
}

h1 {
    text-align: center;
    font-size: 40pt;
}

h2 {
    text-align: center;
    font-size: 26pt;
    margin: 0px;
    margin-top: 4px;
}

header {
    margin-top: 2vw;
}

footer {
    margin-top: 2vw;
}

#replayContainer {
    border: 4px solid #FAFAFF;
    color: #FAFAFF;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;

    display: flex;
    flex-direction: column;
    justify-self: center;
}

a:link {
    color:  #6CD4FF;
    text-decoration: none;
}

a:hover {
    color:  #6CD4FF;
    text-decoration: underline;
}

a:active {
    color:  #6CD4FF;
    text-decoration: underline;
}

a:visited {
    color:  #6CD4FF;
}

.week {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.matchup {
    margin-left: 2vw;
    margin-right: 2vw;
}