body {
  background-color: #0b003a;
}

.container {
  background-color: rgba(199, 196, 245, 0.34);
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  height: 600px;
  width: 450px;
}

.title {
  color: aliceblue;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 35px;
}

.main {
  position: absolute;
  margin-top: 30%;
}

input {
  border-radius: 5px;
  font-size: 25px;
  margin-left: 13%;
  margin-bottom: 20px;
  text-align: center;
}

.button1 {
  border-radius: 5px;
  font-size: 20px;
  margin-right: 15px;
  margin-left: 35%;
}

.button2 {
  border-radius: 5px;
  font-size: 20px;
}

.exit {
  background-color: rgba(199, 196, 245, 0.34);
  font-size: 25px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-top: 510px;
}

footer {
  position: fixed;
  bottom: 0;
  margin-top: auto;
  width: 99%;
  background-color: rgba(0, 255, 255, 0.67);
  border-radius: 25px;
}