body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  background-image: url(bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h3 {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  font-family: "jgs7";
}

a {
  color: white;
  font-size: 15px;
  text-decoration: none;
  padding-bottom:20px;
    font-family: "jgs7";
}

a:hover {
  transition-duration: 1s;
  text-shadow: white 0 0 10px;
}

.container {
  margin: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}

#mm a{
  color:black;
  font-size:20px;
}

.footer {
  background-color: black;
}

@font-face {
  font-family: "AnalogueOS";
  src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff)
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "jgs7";
  src: url(https://humantooth.neocities.org/fonts/jgs7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}