body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }

  a{
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background-color:cadetblue;
  }

  a:hover{
    background-color: darkcyan;
  }


  h1 {
    text-align: center;
    color: cadetblue;
}
div#links {
    display: flex;
    justify-content: center;
}
