* {
    margin: 0;
    padding: 0;
}

a:link {
    color: green;
}

body {
    font-family: 'Lato', sans-serif;
}

header {
    text-align: center;
}


main {
    padding: 20px;
}
table {
    width: 100%;
    border: 1px solid white;
    margin: 0 auto;
  }
  
th, td {
    text-align: left;
    padding: 8px;
}
  
tr:nth-child(even){
    background-color: #f2f2f2
}
  
th {
    background-color: black;
    color: white;
}