body {
    background: #101010;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
  position: fixed;
  font-size: 30px;
  color: rgb(230, 230, 230);
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.IconWeb {
  position: fixed;
  background: url("Icons/Profile_photo.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10em;
  height: 10em;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-radius: 50%;
}

h2 {
  position: fixed;
  font-size: 13px;
  color: rgb(200, 200, 200);
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.3px 72%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10000;
}

header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  list-style: none;
  margin-left: 20px;
}

header ul li a {
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
}

header ul li a:hover,
header ul li a.active {
  background: #fff;
  color: #2b1055;
}

.Banner {
  position: fixed;
  background: #151515;
  transform: translateX(-50%);
  width: 100%; /* Ancho relativo al padre */
  height: 3em; /* Altura en em */
  bottom: 0;
  left: 50%;
  padding: 10px;
  text-align: center;
}

h3 {
  position: absolute;
  font-size: 13px;
  color: rgb(160, 160, 160);
  text-align: center;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}

a {
  text-decoration: none;
  color: rgb(215, 215, 215);
}
