html {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  background-color: gray;
  display: flex;
  justify-content: space-between; 
  margin-left: 2dvh;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px;
}

.navbar-text {
  text-decoration: none;
}

.navbar-text .brand {
  float: left;
  size: 60px;
}

.navbar-text .standard {
  float: right !important;
  size: 60px;
}