body {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}

.nav-link {
    color: rgb(85, 138, 170);
}


.tabs {
    margin-left: 0px;
}

.tabs button {
    border: none;
    outline: none;
    font-size: 24px;
    padding: 10px 30px 10px 30px;
    margin: 10px 0px 10px 0px;
    align-items: center;
}
.tabs button:hover {
    background-color: #d4fddf;
}

.tabs button:active {
    background-color: #b7ffb7;
}

.tabContent {
    margin-top: 50px;
    display: none;
}

h1 {
    text-align: center;
    margin: 30px 0px 40px 0px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 50px;
}

#innings-title {
    margin-top: 0px;

}

th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

p {
    text-align: left;
}

#space {
    height: 40px;
}

#battingTotals {
    font-weight: bold;
}

td {
    padding-right: 0px;
    min-width: 260px;
    text-align: left;
}