p {
    font-family: "Verdana";
    font-size: 20px;
}

h1 {
    font-family: "Verdana";
    font-weight: 300;
}

body {
    font-family: "Verdana";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: 0px 7px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #3498db;
    color: white;
}
