main {
text-align: center;
margin-left: 2vw;
margin-right: 2vw;
}

.brand-logo {
    width: 30%;
    height: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

@media only screen and (max-width: 600px) {
  .brand-logo {
    width: 50%;
  }
}


.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}


.noto-sans-400 {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.noto-sans-800 {
    font-weight: 800;
}

.large-font {
  font-size: 20px;
}

.heading {
  font-size: 36px;
}

.tagline {
  font-size: 30px;
}

.button {
  border: 2px dotted black;
  border-radius: 5px;
  padding: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.lang-switch {
  margin-top: 30px;
}