/* General page layout */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
    color: #333;
    margin: 20px;
    padding: 0;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

h2 {
    color: #34495e;
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Table styles */
table {
    width: 90%;
    margin: 0 auto 40px;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background-color: white;
}

th, td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

th {
    background-color: #f3f3f3;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #e8f4ff;
}

/* Button style */
button {
    background-color: #2ecc71;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px auto;
    display: block;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

button:hover {
    background-color: #27ae60;
    text-decoration: none;
}

/* Your Stats section */
p {
    text-align: center;
    font-size: 18px;
}

.bowlby-one-regular {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
    text-decoration: none;
}
