html, body {
  margin: 0;
  padding: 0;
  background-color: black;
  overflow: hidden;
}

@font-face {
  font-family: wah;
  src: url(Baby\ Doll.ttf);
}

* {
  font-family: wah;
}

.flavor_corner{
  float: right;
  position: absolute;
  top: 10%; /* Adjust as needed */
  right: 3%; /* Adjust as needed */
  transform: translate(-50%, -50%); /* Center the content horizontally and vertically */
  z-index: 1; /* Ensure the content is on top of the video */
  text-align: center; /* Center the content horizontally */
  color: white;
}

a {
  margin-left: 5%;
  color: black;
  display: inline-block; /* Ensures the link takes up width as specified */
  font-size: 60px;
  width: 9%; /* Set the width of the link */
  text-align: center; /* Center the text horizontally within the link */
  padding: 4.5%; /* Add padding for better aesthetics */
  text-decoration: none; /* Remove underline */
}

.content{
  position: relative;
  z-index: 10;
}

.title{
  color: black;
  text-align: center;
  padding: 5%;
  font-size: 2em;
  border: 8px solid #000; /* Border width and color */
  border-radius: 20px; /* Border radius for rounded corners */
  padding: 10px; /* Padding to create space around the text */
  background-color: white;
  width: 50%;
  margin-left: 25%;
  margin-top: 3%;
}

.nav_page{
  float: left;
  position: absolute;
  top: 10%; /* Adjust as needed */
  left: 3%; /* Adjust as needed */
  transform: translate(-50%, -50%); /* Center the content horizontally and vertically */
  z-index: 1; /* Ensure the content is on top of the video */
  text-align: center; /* Center the content horizontally */
  color: white;
}


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

.rat {
  margin-bottom: 10%;
  z-index: 5;
}

.marquee {
  height: 80%;
}

