body {
  background-color: black;
  max-width: 100vw;
}

#main-div {
  margin: 0 auto;
  width: 80%;
  float:left;
}
h2 {
  color: white;
}

input[type=submit] {
  background-color: red;
  color: white;
  font-size: 28px;
  border: 4px solid red;
  border-radius: 10px;
  margin-left: 15px;
  margin-top: 10px;
  padding: 5px 10px;
      width: 140px;
}

input[type=text] ,input[type=password] {
  border: 4px solid red;
  border-radius: 10px;
  font-size: 28px;
}

label{
	color: white;
	  font-size: 28px;
}
button {
  background-color: red;
  color: white;
  border: 3px solid black;
  border-radius: 10px;
  text-align: center;
align-items: center;
  font-size: 28px;

}

select, option {
  border: 3px solid black;
  border-radius: 10px;
  text-align: center;
align-items: center;
  font-size: 28px;

}

a {
	  color: white;
            font-weight: bolder;
			}

p {
  color: white;
}

table {
  margin-top: 10px;
  font-size: 15px;
  border: 4px solid red;
  border-radius: 10px;
  background-color: white;
  padding: 5px 15px;
  table-layout: auto;
  max-width: 100vw;
}