* {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

html,
body {
  background-color: #6d9afd; /* #d9424a */
  margin: 0;
  padding: 0;
}

#center {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#header-title {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

#title {
  margin-top: 25%;
}

#btn-row {
  margin: 10% 0 10px 0;
}

button {
  width: 200px;
  height: 50px;
  font-size: 1em;
  background-color: #a7fcb8; /* #f4a531 */
  box-shadow: 0px 5px 0px #4e9863; /* #c17b1e*/
  border: 0;
  border-radius: 5px;
  color: #444444;
}

button:hover {
  box-shadow: 0px 3px 0px #4e9863;
  transform: translate(0px, 2px);
}

#info {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #aaa;
  border: 5px solid black;
}

#room-info,
#role-info,
#app-info,
#leave-info {
  display: inline;
  color: black;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
}

#leave-info {
  width: auto;
  height: auto;
}

input {
  width: 200px;
  height: 50px;
  font-size: 1em;
  text-align: center;
  border: 3px solid #ddd;
  color: #444444;
}

#wrapper {
  display: none;
  margin: 0 auto;
  text-align: center;
}

#app-list {
  margin: 10px;
}

#app-list > button {
  margin: 5px;
}

#app-id {
  margin: 5px;
}

#hestia-box {
  display: none;
  background-color: white;
  color: black;
  font-family: serif;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #info {
    box-sizing: border-box;
    width: 100%;
    height: 10%;
  }

  #container {
    position: fixed;
    width: 100%;
    height: 90%;
    bottom: 0;
  }
}
