
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Henny+Penny&family=Oxygen:wght@300;400;700&display=swap');

.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.oxygen-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.oxygen-regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}


body {

    margin-top: 10%;
  background-color: black;
  color:purple;
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;


}

div{

padding-left: 5vh;


}

a{

    color: violet;

}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #5c036c;
    overflow: hidden;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #000000;
    color: white;
  }
