@font-face {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "BLED" 0, "SCAN" 0;
}
a {
  color: #ffca33;
}

a:focus,
a:hover {
  background-color: #ffca33;
  color: #000000;
}

body {
  color: #00ff00;
  text-align: center;
  font-family: "Sixtyfour";
  background: url(../img/bg03.jpg) no-repeat center center fixed;
  background-size: cover;
}

#video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
video {
  display: block;
}

.video-container {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -100;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container h1 {
  font-size: 2.7rem;
}

.responsive {
  max-width: 100%; 
  display: block; 
  height: auto;
}

img {
  max-inline-size: 60%;
  block-size: auto;
}

.footer {
  padding: 50px;
}
