body {
  background-color: #001533;
  margin: 0;
}

h1 {
  color: #ffffff; 
  text-align:center;
  background-color: #00404d;
  padding: 5%;
}

input {
  margin-top: 5px;
}

.vertical {
  display: flex;
  flex-direction: column;
}

.input_button {
  background-color: #1a7777;
  border: 1px solid #33e7e7;
  color: white;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  height: 80px;
  font-size: 35px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
}

.input_button:hover {
  background-color: #1a7777;
  border: 1px solid #33e7e7;
  color: black;
}

.input_text{
  background-color: #33e7e7;
  border: 1px solid #1a7777;
  color: white;
  height: 50px;
  font-size: 35px;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  margin-right: 50px;
  margin-left: 50px;
}

.input_text:hover {
  background-color: #33e7e7;
  border: 1px solid #1a7777;
  color: black;
}