body {
  background: #001f5e;
  color: #ffffff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.page {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.logo {
  display: block;
  width: 90%;
  max-width: 400px;
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
}
.content {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 16px 32px;
  border-radius: 16px;
}

.content a {
  color: #ffffff;
  font-weight: bold;
}