* {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h2 {
    font-size: 22px;
}

/* Change the table border */
table {
    width: 50%;
    border-collapse: collapse; /* Collapses the table borders into one */
    border: 2px solid #333; /* Set a 2px solid border with a dark color */
}

/* Change borders for table header and data cells */
th, td {
    border: 1px solid #666; /* Set a 1px solid border with a medium gray color */
    padding: 3px; /* Add some padding to the cells */
    text-align: left; /* Align text to the left */
}

/* Optional: Add some styling for table headers */
th {
    background-color: #f2f2f2; /* Light gray background */
}
