body {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    background-image: url(Imagines/bay-oval.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 0;
    text-align: center;
}
section#one {
    background-image: url(Imagines/Training.avif);
    height: 400px;
    width: 600px;
    color: white;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    border: 3px solid ;
}

section#Text {
    color: white;
    font-weight: bold;
    margin-top: 60px;
}

Footer {
    color: white;
    background-color: grey;
    border: 3px solid black;
    padding: 5px;
    border-radius: 10px;
    width: 250px;
    margin: auto;
    font-size: 18pt;
    font-family: great_font;
}

h1 {
    color: white;
}

section#main1 {
    color: white;
    text-align: center;
    min-width: auto;
    font-weight: bold;
}

section#support {
    color: white;
    text-align: center;
    font-weight: bold;
}

ul {
    width: 850px;
    text-align: center;
    list-style-position: inside;
    font-weight: bold;
}

nav {
    display: block;
    margin: 10px 0 10px 0;
    padding: 5px;
    color: white;
    background-color: grey;
    border: 3px solid black;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 9px;
    display: inline;
    font-size: 24pt;
    font-family: best_font;
    height: 26pt;
}

nav a {
    color: white;
}
nav a:hover {
    color: black;
}

section#Players {
    color: white;
}

nav a.currentpage { 
 border-color: black; 
 background-color: black; 
 color: white; 
}

img {
    margin-top: 14px;
}

@font-face {
    font-family: new_font;
    src: url(Fonts/Chicago\ Athletic.ttf);
}

@font-face {
    font-family: best_font;
    src: url(Fonts/Sports\ Bar.otf);
}

@font-face {
    font-family: great_font;
    src: url(Fonts/MorrisRomanBlack.ttf);
}
h1 {
    font-size: 40pt;
    font-family: new_font;
}