* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
}

header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

header img {
    height: 40px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: #333;
}

nav a:hover {
    color: #D4AF37;
}

.page {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
}

h1 {
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
    color: #666;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

button {
    background: #003366;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background: #D4AF37;
}

footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    color: #888;
    font-size: 14px;
    border-top: 1px solid #eee;
    background-color: #333;
    height: 150px;
  padding-top:75px;
}
.news-card {
text-align: center;
}
.page {
    text-align: center;
}
.main-man {
text-align: center;
}
.navimg {
width: 50px;
height: auto;
}
#footerimg {
width: 30px;
height: auto;
background-color: #333;
float: left;
padding-bottom: 30px;
}
#naviimg {
width: 100px;
height: auto;
float: left;
padding-bottom: 30px;
}
h3 {
color: #666;
}
#news-title{
    text-align: center;
    color: #495057;
}
.main-pres {
text-align: center;
}
.players-card {
text-align: center;
margin-bottom: 5%;
}
.news-card h3 {
color: #666;
text-align: center;
}
.players-card h1 {
text-align: center;
color: #444;
padding-left: 25%;
}
.players img {
    width: 500px;
    height: 300px;
}
.attackers img {
width: 300px;
height: 400px;
}
.page img {
margin-bottom: 5%;
}
.subsitute h1 {
text-align: center;
}
.sub {
text-align: center;
}
#SOS {
    text-align: center;
}
#no {
text-align: center;
display: flex;
padding-left: 40%;
}
.news-card a {
    color: #666;
    list-style: none;
}
#yes {
    text-align: center;
    display: flex;
    padding-left: 40%;
}
a {
    text-decoration: none;
}
hr {

    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}