  body {
    font-family: 'Noto Serif';
    color: black;
    background-color: #a1a1a1
  }

  h1 {
    font-family: 'Noto Sans';
  }

  a {
    text-decoration: none;
  }

  a:link {
    color: rgb(0, 0, 0)
  }

  a:visited {
    color: rgb(0, 0, 0)
  }

  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted
  }


  .paragraph {
    font-family: 'Noto Sans';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: justify;
  }

  .bold {
    font-weight: bold;
  }

  header {
    background-image: url('../images/AImusicheader.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    width: 400px;
  }

  .navitem {
    flex-grow: 1;
    background-color: rgb(106, 129, 228);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: auto;
  }

  .navitem a {
    font-family: 'Noto Sans';
    text-decoration: none;
    font-weight:500;
  }

  .navitem:hover {
    flex-grow: 1.5;
    background-color: #a1a1a1;
  }

  .current a {
    font-weight: 700;
  }

  .current {
    background-color: #a1a1a1;
  }

  .navigation {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }

  .content {
    flex-grow: 8;
    padding: 1em;
  }

  .view {
    display: flex;
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
  }

  table {
    border-collapse: collapse;
    border: 2px solid rgb(200,200,200);
    letter-spacing: 1px;
    font-size: 0.8rem;
  }
  
  td, th {
    border: 1px solid rgb(190,190,190);
    padding: 10px 20px;
  }
  
  th {
    background-color: rgb(235,235,235);
  }
  
  td {
    text-align: center;
  }
  
  tr:nth-child(even) td {
    background-color: rgb(250,250,250);
  }
  
  tr:nth-child(odd) td {
    background-color: rgb(245,245,245);
  }
  
  caption {
    padding: 10px;
  }
    