 body {
      margin: 0;
      padding: 0;
      height: 100vh;
      background: url('https://raw.githubusercontent.com/sbr-rodrigues/Profile/refs/heads/main/Wallpaper%20-%20Sabrina%20Rodrigues.gif') no-repeat center center fixed;
      background-size: cover;
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Arial, sans-serif;
      font-size: 2rem;
      backdrop-filter: brightness(1.2);
    }

h1 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

h2 {
  font-size: 40px;
  text-align: center;
}

.established {
  font-style: italic;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px;
}
hr {
  height: 2px;
  background-color: rgb(252, 251, 255);
  border-color: rgb(240, 240, 245);
}
h3, p {
  margin: 1em auto;
  color: white;
}
.menu {
  width: 90%;
  background-color: rgba(0, 51, 102, 0.9);
  margin: auto;
  padding: 40px;
  max-width: 1000px;
  border-radius: 10px;
  min-height: 600p
}

img {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; 
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 10px;
}

.icon {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 6px #4da6ff);
}

hr {
  height: 2px;
  background-color: rgb(252, 251, 255);
  border-color: rgb(240, 240, 245);
}

h1, h2, h3, p {
  font-family: 'Montserrat', sans-serif;
}

footer {
  font-size: 14px;
}















