/* Background */
body {
    background-color: #000000;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  h1 {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    color: #ffffff;
  }
  p {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    color: #ffffff;

  }
  /* Links */
  a {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    color: #0058b5;

  }
  a:hover {
    color: #f6f6f6;
  }
  a:active {
    color: #ffffff;
  }
  a:visited {
    color: #ffffff;
  }

  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #245C37;
    text-align: center;
  
    }

