*:focus {
    outline: none;
}

body {
   background: rgb(236, 236, 236);
   /* padding: 5% 0; */
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}


video {
   background: black;
}

.hidden {
  display: none !important;
}

.header {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 20px;
  max-width: 1080px;
  align-items: center;
  align-content: flex-start;
  gap: 16px;
  margin-top: 3rem;
}


.header h1 {
  font-size: 22px;
}

.toolbar-container {
  height: 20px;
  padding: 10px 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 3;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.toolbar-container .column {
  flex: 1;
}

div.column {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.main-p {
  max-width: 400px;
  line-height: 1.5rem;
  text-align: center;
  color: #444;
}

.toolbar-container .buttons {
  margin-right: 10px;
  display: flex;
  flex-direction: row-reverse;
}

.status-container {
  width: 295px;
  height: 20px;
  margin: 0 auto;
}

.status-container div {
  text-align: center;
  border: 1px rgb(217, 217, 217) solid;
  border-bottom: 1px rgb(195, 195, 195) solid;
  border-radius: 5px;
  background: rgb(246, 246, 246);
  color: rgb(88, 88, 88);
  padding: 3px 10px;
  -webkit-appearance: textfield;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 800px;
}

a.main {
  padding: 13px 23px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  background: rgb(21, 126, 251);
  color: white;
  border-radius: 5px;
  border: solid 1px rgb(195, 192, 194);
  border-bottom: solid 1px rgb(147, 144, 146);
  letter-spacing: 0.04em;
  text-decoration: none;
}


a.main:hover {
  background: rgb(16, 110, 235);
}
