*{
    padding: 0%;
    margin: 0%;
  }
  
  body {
  
    margin: 0;
    overflow-x: hidden;
    background-color: #414141;
  }
  
  /* Style the navigation menu */
  .topnav {
    overflow: hidden;
    background-color: #333;
    position: sticky;
    top: 0;
    font-weight: 600;
  }
  
  strong {
    font-weight: 900;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: #ff16aa;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #414141;
    color: black;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  lu {
    float: left;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #ff16aa;
    color: white;
  }
  
  @font-face {
    font-family: Inter;
    src: url(../Fonts/Inter-VariableFont_opsz\,wght.ttf);
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    font-family: Inter;
    word-wrap: break-word;
  }
  
h1{
    text-align: center;
    color: aliceblue;
}


  footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ff16aa;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .SSicon{
    max-width: 30px;
    border-radius: 15px;
    margin: 5px;
  }
  .iconset{
    display: flex;
    align-items: center;
    justify-content: center;
  }