body {
  font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0px;
  background-color: #f4f4f4;
}

.container {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 36px;
  text-align: center; /* Center align the text horizontally */
}

h1 {
  margin-bottom: 20px;
}

ul {
  font-size: 24px;
  list-style-type: none;
  padding: 0;
  text-align: center; /* Reset text alignment for the list */
}

li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

a:hover {
  color: #007bff;
}

.cover-image {
  background-image: url('https://images.daznservices.com/di/library/DAZN_News/93/c7/devin-haney-vs-ryan-garcia-promo-art_8q1j8kix4h2f1jsggsqpu0u71.jpg?t=-988126179'); /* Add the path to your cover image */
  background-size: cover;
  width: 100%;
  height: 400px; /* Adjust the height as
  needed */
  margin-bottom: 20px;
}