table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}
  
  th {
    background-color: #0c49ab;
    color: white;
  }

  a:link {
    color: #0c49ab;
    text-decoration: none;
  }

  a:hover {
    color: #424242;
    text-decoration: underline;
  }

  .container{
    margin: 2rem;
  }