body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    color: #333;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo img {
padding: 10px 20px;
}

.logo img {
    width: 100px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    position: relative;
    margin: 0 15px;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

nav ul li:hover .submenu {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #ddd;
    z-index: 1000;
}

.submenu li {
    position: relative;
}

.submenu li a {
    color: #333;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
}

.social-icons a {
    margin: 0 5px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.left-column {
    flex: 2;
    padding-right: 20px;
}

.left-column img {
    width: 100%;
    height: auto;
}

.right-column {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.upcoming-match, .match-results {
    margin-bottom: 20px;
}

.upcoming-match h2, .match-results h2 {
    margin-top: 0;
}

.match-results ul {
    list-style: none;
    padding: 0;
}

.match-results li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.match-results li img.team-logo {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

footer {
    background-color: #fffdfd;
    color: #0c0000;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height: 3%;
    bottom: 0;
}
/* Tambahkan ini ke bagian bawah styles.css */
.player-categories {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.player-categories a {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
}

.player-categories a.active, .player-categories a:hover {
    border-bottom: 2px solid #d9534f;
    color: #d9534f;
}

.player-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.player {
    text-align: center;
    margin: 10px;
}

.player img {
    width: 150px;
    height: auto;
    border-radius: 10px;
}

.player p {
    margin-top: 10px;
    font-weight: bold;
}
/* Tambahkan ini ke bagian bawah styles.css */
.officials {
    text-align: center;
    margin: 20px 0;
}

.official-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.official {
    text-align: center;
    margin: 10px;
}

.official img {
    width: 150px;
    height: auto;
    border-radius: 10px;
}

.official p {
    margin-top: 10px;
    font-weight: bold;
}
/* Tambahkan ini ke bagian bawah styles.css */
.content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.main-content {
    flex: 3;
    padding-right: 20px;
}

.mvp-players {
    text-align: center;
}

.mvp-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sidebar {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.match-schedule, .match-results {
    margin-bottom: 20px;
}

.match-schedule h2, .match-results h2 {
    margin-top: 0;
}

.match-results ul {
    list-style: none;
    padding: 0;
}

.match-results {
padding: 0;
}

.match-results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.team-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}
/* Tambahkan ini ke bagian bawah styles.css */
.content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.main-content {
    flex: 3;
    padding-right: 20px;
}

.mvp-players {
    text-align: center;
}

.mvp-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sidebar {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.match-schedule, .match-results {
    margin-bottom: 20px;
}

.match-schedule h2, .match-results h2 {
    margin-top: 0;
}

.match-results ul {
    list-style: none;
    padding: 0;
}

.match-results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.team-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}