@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
  font-family: 'Oswald', sans-serif;
}

input.login {
  background-color: inherit;
  border: 0;
  border-bottom: 2px solid white;
  color: white;
}

input.login:focus {
  outline: none;
}

/* Video detail page */
.video-view video {
  width: 100%;
  max-height: 70vh;
  max-width: 100vw;
}

/* Video list page */
.video-preview {
  height: 200px;
}

.video-preview video {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
