    @font-face
{
font-family: "A4Speed"; 
src: local("/fonts/A4SPEED-Bold.ttf"),
url("/fonts/A4SPEED-Bold.ttf")
format("TrueType")
}
    * {box-sizing: border-box;}
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-image: url('images/landingpage/solar_system_01.png');
      background-color: #333;
height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    }

    header {
      background-color: #333;
      color: #fff;
      padding: 20px;
      text-align: center;
      top: 0px;
      justify-content: center;
    }

    main {
      display: flex;
      justify-content: center;
    }
    main a {
  color: #000;
  text-decoration: none;
  display: inline;
  font-weight: bold;
  font-family: 'A4Speed';
}
main a:hover {
  color: lime;
  text-decoration: none;
}
    .accpic {
      border-radius: 50%;
      justify-content: center;
      align-content:  center;
    }
    .outer-container-header {
      background-color: #f2f2f2;
      padding: 1rem;
      margin: 1rem;
      text-align: center;
      border-radius: 25px;
      justify-content: center;
      align-items: center;
      max-width: 99%;
    }
    .outer-container {
      background-color: #f2f2f2;
      padding: 1rem;
      margin: 1rem;
      text-align: center;
      border-radius: 25px;
      justify-content: center;
      align-items: center;
      max-width: 95%;
    }
    .free-container {
      text-align: center;
      border-radius: 25px;
      justify-content: center;
      align-items: center;
    }

    .headtainer {
      width: 100%;
      color: lime;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
    }
    .footer {
  background-color: #333;
  padding: 1rem;
      margin: 1rem;
  opacity: 0.8;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  max-width: 95%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-links li {
  display: inline;
}

.footer-links li:not(:last-child)::after {
  content: " | ";
  margin: 0 5px;
  color: #fff;
}

.footer-links a {
  color: #FFF;
  text-decoration: none;
}

.footer-links a:hover {
  color:lime;
}

.scroll {
  height: 250px;
  overflow: scroll;
  width: 99%;
  padding: 10px;
  }