html,
body {
  height: 100vh;
  overflow-y: auto;
  cursor: default;
  background-color: #535353;
}

.version {
  color: #c7c7c7;
  padding: 0.5rem;
}

.start-button {
  cursor: pointer;
  width: 100%;
}

.button-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#main {
  width: 100%;
  height: calc(100vh - 1.5rem);
  background-color: #535353;
  border-bottom: 1px solid #3d3d3d;
}

#footer {
  height: 1.5rem;
  width: 100%;
  background-color: #535353;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
  overflow: hidden;
  z-index: 100;
  color: #6f6f6f;
}

.webview {
  background-color: #535353;
}

#refresh-button {
  margin-right: 0.6rem !important;
  border-radius: 0% !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0 !important;
  max-width: 1.5rem !important;
  max-height: 1.5rem !important;
  background-color: transparent !important;
  cursor: pointer !important;
}
#refresh-button:hover {
  background-color: #3d3d3d !important;
}