body {
  background-color: rgb(250, 250, 250);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(18px, 30px);
  margin: 0px;
}

label {
  font-size: 11px;
  font-weight: 700;
}

input {
  padding: 5px 5px;
  border: 1px solid rgb(45, 45, 45);
  border-radius: 3px;
}

a {
  color: rgb(10, 125, 0);
  text-decoration: none;
}

a:link {
  color: rgb(0, 195, 0);
}

a:hover {
  color: rgb(0, 107, 0);
}