.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  min-height: 60px;
  box-shadow: 1px 0px 10px #000;
  background-color: #fff;
}

.Navbar-container {
  margin-bottom: 0;  
}

.Content-Center {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
}

.navbar-nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
}


.nav-items, .dropdown-item{
  font-size: large;
}

.button {
  background: linear-gradient(to bottom right, rgb(255, 0, 0), white);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button:active {
  transform: scale(0.95);
}

.nav-items .dropdown-item {
   font-size: px;
}

.nav-items .dropdown-item {
    font-size: 16px;
}

.Socials{
    background-color: rgb(29, 26, 72);
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

.Info-Tab-Text{
    font-size: 16px;
    text-decoration: none;
    color: rgb(255, 244, 244);
}

.active{
    font-weight: 500 !important; 
    color: #000;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #333;
  overflow: hidden;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-item {
  float: left;
}

.nav-item a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav-item a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .Socials {
      display: block;
      justify-content: center; /* center   align on mobile */
      overflow-x: auto; /* allows scrolling if text is too long */
      padding-top: 5px ;
      padding-bottom: 5px;
  }

  .mail{
    display: flex;
    justify-content: center;
  }

  .Info-Tab-Text{
    font-size: 14px;
  }
}