
body {
    font-family: 'Poppins', sans-serif;
    background-color: #353636;
    color: #b1b3b3;
}
/* Link styles */
a:link, a:visited {
    color: #b1b3b3;
    text-decoration: none;
  }
  
  a:hover, a:active {
    color: white;
    text-decoration: underline;
  }