@font-face {
    font-family: 'Gotham';
    src: url('font/GothamMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('font/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: 'Gotham', Arial, sans-serif;
  background-color: #191a1d;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  filter: blur(7px);
  z-index: 0;
}

.blur-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  z-index: 1;
  text-align: center;
}

.logo img {
  width: min(90vw, 350px);
  height: auto;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.brand img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(120px, 25vw, 220px);
    height: auto;
}

.announcement {
  margin-top: 20px;
  font-size: 1.5em;
  font-family: 'Gotham', Arial, sans-serif;
}

.social-media {
  margin-top: 30px;
}

.social-link {
  text-decoration: none;
  color: white;
  margin: 0 10px;
  font-size: 1.7em;
  font-family: 'Gotham', Arial, sans-serif;
}

.social-link:hover {
  color: #ccc;
}
