.complete {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  /* make the div in the middle on top of everything */
  z-index: 1;
  /* make the div in the middle take up the whole screen */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  /* place items in the middle of the div */
  justify-content: center;
  align-items: center;
  /* place items vertically */
  flex-direction: column;
  vertical-align: center;
  display: none;
}

.center{
  /* place items in the middle of the div */
  justify-content: center;
  align-items: center;
  /* place items vertically */
  flex-direction: column;
  vertical-align: center;
}

button {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  background-color: #5E81AC;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  background-color: #2E3440;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

  /* place components in the middle of the screen */
  display: flex;
  align-items: center;
  justify-content: center;
  /* make the components vertical */
  flex-direction: column;

  /* components in the dead center */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%); */
}

input {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  background-color: #3B4252;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



.settingsButton {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  background-color: #5E81AC;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: none;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}

.mobile-buttons button{
  width: 30px;
  height: 30px;
  line-height: 10px;
  padding-left: 4px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}