@import "./reset.css";
@import "./container.css";
@import "../fonts/fonts.css";
@import "./button.css";

body {
  margin: 0;
  padding: 0;
  background-color: #060c10;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

body.mac {
  background-color: #02080f;
}

.layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 50vh;
}

.title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
