html {
  height: 100%;
  width: 100%;
  background-color: black;
}

.Logo img {
  width: 12%;
  margin-left: 28%;
}

.WebName {
  float: right;
  font-family: 'Courier New', monospace;
  font-size: 65px;
  text-decoration: none;
  color: white;
  background-color: black;
  margin-top: 4%;
  margin-right: 28.5%;
}

.sign {
  text-align: center;
}

.sign a {
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  font-family: 'Courier New', monospace;
  color: white;
}

form.signup {
  width: 27%;
  height: 103%;
  border: 2px solid white;
  border-radius: 30px;
  margin-left: 36.5%;
  color: white;
  text-align: center;
  font-family: 'Courier New', monospace;
}

.signup lable {
  font-size: 20px;
}

input {
  color: white;
  border: none;
  border-bottom: solid 2px white;
  background-color: black;
  width: 45%;
}

select {
  color: white;
  border: none;
  border-bottom: solid 2px white;
  background-color: black;
  width: 30%;
}

option {
  color: white;
  border: none;
  background-color: black;
}

.Loginbutton {
  border: 2;
  border-color: white;
  border-radius: 25px;
  background-color: black;
  color: white;
  padding: 15px;
  margin-bottom: 2px;
}