* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: cornflowerblue;
  text-align: center;
}

body {
  background-color: #2a313f;
  display: table-cell;
  vertical-align: middle;
}

html,
body {
  height: 100%;
}

html {
  display: table;
  margin: auto;
}

input {
  background-color: #374052;
  font-size: larger;
  border-radius: 10px;
  box-sizing: border-box;
  width: 500px;
  border: 0.1px;
  padding: 10px;
  color: aliceblue;
}

button {
  background-color: dodgerblue;
  font-size: large;
  border-radius: 10px;
  box-sizing: border-box;
  width: 300px;
  border: 0.1px;
  padding: 10px;
  margin-top: 20px;
  /* margin-left: 100px; */
  color: aliceblue;
}