body {
    font-family: Arial;
}

table {
    border-collapse: collapse;
    width: 50%;
    margin: 0 auto;
    /* centers the table */
}



th,
td {
    padding: 6px 10px;
}

th a {
    text-decoration: none;
}

#myChart {
    margin-top: 20px;
}

header {
    background-color: darkslategrey;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:15px;
}

#welcome {
    font-size:x-large;
    color:white;
}

#links {
    font-size:x-large;
    color:white;
    text-decoration:none;
}

