@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  background-image: url(BackgroundImage.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;  
}

.grid-container {
  display: grid;
  width: 499px; /* Example: set a fixed width */
  height: 850px; /* Example: set a fixed height */
  margin: 0 auto; /* Center horizontally */
  place-items: center; /* Center items within the grid container */
  /* Alternatively, for centering items: */
  /* justify-content: center; */
  /* align-items: center; */
  border: 1px solid black; /* For visibility */
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  place-items: start;
}

.box1 {
  position: absolute;
  top: 14px;
  left: 27px;
  width: 209px;
  height: 122px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box2 {
  position: absolute;
  top: 14px;
  right: 28px;
  width: 209px;
  height: 122px;
  border: 2px solid black;
  display: flex;
  gap: 0px;
}

.left {
      flex: 1; /* Takes half the width */
      display: flex;
      flex-direction: column;
      align-items: flex-start; /* Vertically center text */
      justify-content: flex-start; /* Left-align text */
      padding-left: 0px; /* Optional spacing from edge */
      background-color: black;
      display: flex;
      gap: 0px; /* Optional background */
    }

.right {
  flex: 1;                   /* takes half the box */
  display: flex;
  justify-content: center;   /* horizontally center content */
  align-items: center; 
  max-width: calc(50% - 10px);      /* vertically center content */
  padding-left:10px;           /* add horizontal padding inside the box */
  background: transparent;
}

.box3 {
  position: absolute;
  top: 157px;
  left: 27px;
  width: 209px;
  height: 260px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box4 {
  position: absolute;
  top: 157px;
  right: 28px;
  width: 209px;
  height: 260px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box5 {
  position: absolute;
  top: 433px;
  left: 28px;
  width: 209px;
  height: 124px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box6 {
  position: absolute;
  top: 433px;
  right: 28px;
  width: 209px;
  height: 124px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box7 {
  position: absolute;
  top: 581px;
  left: 28px;
  width: 209px;
  height: 157px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

.box8 {
  position: absolute;
  top: 581px;
  right: 28px;
  width: 209px;
  height: 157px;
  border: 2px solid black;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center;
}

h1{
  align-items: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 0.9; /* 👈 tighten vertical spacing */
  margin: 0; 
}

h2{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 0.9; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 9px;
}

h3{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 0.8; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 0px;
  color: rgb(222, 209, 191);
  background-color: black;
  padding: 5px; /* Adds some space around the text */
}

h4{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  letter-spacing: 0px;
  line-height: 0.9; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 0px;
  color: black;
  background-color: rgb(222, 209, 191);
  padding: 5px; /* Adds some space around the text */
  border-bottom: 2px solid black;
}

h5{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 0.9; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 8px;
}

h6{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  letter-spacing: 0px;
  line-height: 0.9; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 2px;
  color: rgb(222, 209, 191);
  background-color: black;
  padding: 5px; /* Adds some space around the text */
}

.Box2Left1{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0px;
  margin: 0; 
  margin-bottom: 2px;
  color: rgb(222, 209, 191);
}

.Box2Left2{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0px;
  margin: 0; 
  color: rgb(222, 209, 191);
  margin: -15px 0 0 0; /* Negative margin to pull it closer */
  display: inline-block;
}

.Box2Right{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.5; /* 👈 tighten vertical spacing */
  margin: 0; 
  margin-top: 9px;
  margin-right: 10px;
  display: flex;                /* use flexbox */
  justify-content: center;      /* horizontally center */
  align-items: center;          /* vertically center */
  background: transparent;      /* remove background color */
  color: black; 
  flex: 1;                      /* take half the box width if using flex row */
  text-align: center;   
}

.line {
  display: flex;              /* turn into a flex container */
  justify-content: space-between; /* push first item left, last item right */
  align-items: center;        /* vertically center if needed */
  width: 209px;                /* full width of container */
  padding: 0 10px; 
  flex-wrap: wrap;  /* allows text to move to next line if too long */
  box-sizing: border-box;  
  margin-top: 7px;
  gap: 0;
  margin: 3px 0; /* smaller vertical spacing instead of just top margin */
  gap: 0;
}

.left-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  line-height: 1; /* tighter spacing within line */
  
}

.right-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  flex: 0 0 auto; /* don't stretch */
}

.middle-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-align: left;    /* left-aligned */
  font-size: 10px;
  padding: 0 10px;
  letter-spacing: 0px;
  margin: 2px 0; /* add small, consistent space above/below */
  line-height: 1.0;
}

.dotted-line {
  display: flex;
  align-items: center;
  width: 209px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 2px 0;
}

.left-textdot,
.right-textdot {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  color: black;
  white-space: nowrap;
  flex: 0 0 auto; /* don't stretch */
}

.dots {
  flex-grow: 1;                /* fills space between text */
  min-width: 0;                /* allows shrinking if needed */
  border-bottom: 1px dotted black;
  margin: 0 8px;
  height: 0;                   /* ensures it's just a line */
}




