html {
    font-family: Arial, sans-serif;
    background-image: url("baseball_playground_diff_4k.jpg");
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-size: 50px;
}

header {
    padding: 20px 0;  /* Adds some padding around the header */
    height: 100px;  /* Sets a fixed height for the header */
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;  /* Centers vertically */
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

a {
    color: whitesmoke;
    text-decoration: none;  /* Removes underline from links */
    margin: 0 10px;  /* Adds space between the links */
}

p {
    font-size: 3px;
}