
section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

form p {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 10px;
  font-size: 18px;
}

input {
  padding: 5px;
  text-align: center;
}

#Menu h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#Login_Message {
  margin-top: 10px;
}

#Menu .delete_button {
  margin-top: 20px;
  color: red;
  font-weight: bold;
  border: dashed red 2px;
}
