* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
body {
  background-color: black;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 75px;

  margin-right: initial !important;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  align-items: center;
}

.links a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;

  font-size: 35px;
  font-weight: 700;
}
.links a:hover {
  color: rgba(176, 1, 1, 0.55);
  text-decoration: underline;
}
.flags {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}
