body {
    background-color:darkslategrey;
    font-family: monospace;
}

h1 {
    font-size: 50px;
    color: white
}

video {
    width: 100%;
    height: 100%;
}


#vidcontainer {
    position: absolute;
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    max-width: 1179px; 
    max-height: 663px;
    font-size: 20px;
}

#bucket {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: gray;
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 125%;
}

#login-container {
  margin: 30px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: gray;
  text-align: center;
  max-width: 600px;
  width: auto;
  height: auto;
  font-size: 125%;
}
#menu {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 30px;
  text-align: center;
  min-width: 0;
}
#button {
  display: flex;
  float: left;
  margin-right: 10px;
  justify-content: center;
  background-color: black;
  color: white;
  font-size: 20px;
  width: 10%;
  cursor: pointer;
}
#result {
  margin-left: auto;
  margin-right: auto;
}

.custom-file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom-file-input + label {
  color: white;
  background-color: black;
  display: inline-block;
  padding: 4px;
  border: 2px solid gray;
  border-style: outset;
}

.custom-file-input:focus + label,
.custom-file-input + label:hover {
  background-color: black;
  border-style: inset;
  text-rendering: auto;
}

br {
  margin-left: auto;
  margin-right: auto;
}

table {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
}

.inputcustom {
  background-color: black;
  color: white;
  margin: 3px;
  width: 200px;
}

button {
  background-color: black;
  color: white;
  font-size: 20px;
  font-family: monospace;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 150%;
}
