html,
body {
  margin: 0;
  background-color: rgb(0, 23, 42);
  height: 100%;
  color: white;
}

#headerText {
  color: white;
  margin-top: 0px;
  margin-block-end: 0px;
}

#dropModal {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: black;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.904);
  text-align: center;
}

#nameModal {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: black;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.904);
  text-align: center;
}

#dropModal * {
  pointer-events: none;
}

#dropModal > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#uploadBlock {
  display: none;
}

.canvasHolder {
  height: 150px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas,
.thumbnail {
  height: 100%;
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.whiteLink {
  color: white;
  margin-inline-start: 20px;
}

#clipsList {
  display: flex;
  flex-wrap: wrap;
}

.navbar {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.navBarHolder {
  display: flex;
  justify-content: space-between;
}

#storageUsage {
  margin-inline: 10px;
}

#backToMe {
  display: none;
}

.videoTitle {
  text-align: center;
  text-decoration: none;
  color: black;
  margin-block-end: 4px;
}

.videoSubTitle {
  margin-block-start: 0px;
  text-align: center;
  color: gray;
  font-size: 14px;
}

.videoLink {
  text-decoration: none;
  margin: 12px;
  background-color: lightblue;
  border-radius: 8px;
  border: solid gray 1px;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  background-color: rgb(0, 23, 42);
  height: 100%;
}
