body {
    font-family: Arial;
    background-image: url(../images/eric-rothermel-FoKO4DpXamQ-unsplash.jpg);

}
#content {
    grid-area: content;
  }

.election-results  {
    width: 300px;
}


.election-results h1, ul {
    text-align: center;
}

.election-results h1 {
    margin-top: 2em;
}

.election-results ul {
    margin-top: 1em;
}


.election-results table, td, th {
    border: 1px solid black;
    margin: auto;
}

.election-results th {
    background-color: lightblue;
}