body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
  
  margin: auto;
  display: none;

  /* height: 500px; */
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-color: white;
  border-bottom: solid 2px #dce2e9;
  height: 3rem;
  color: white;
  letter-spacing: 1rem;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .mobile-container {
    display: block;
  }
  
  
}
/* <!-- --- .social-media --- --!> */
 .social-media {
        display: flex;
        justify-content: center;
      }
      .social-media a {
        color: rgb(8, 8, 8);
        text-decoration: none;
        margin-left: 20px;
      }
/* <!-- --- End --- -- > */
