html, body {
  margin: 0;
  background: rgb(35,31,32)
}

.player-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  background-color: transparent;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}


.container {
  height: 100vh;
  overflow: hidden;

  width: 100%;
}

.resizecontent {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.onlylogo {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.unboundBox {
  width: 300px;
  height: 100px;
  padding: 50px;
  border: 10px solid red;
}

.unboundBoxText {
  font-size: 20pt;
  color: red;
}

.selectAgencyBtn {
  background-color: #afaa30; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.selectAgencyInput {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
