html, body, div, span, applet, object, iframe,
 h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.font {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
 
.item4 {
    object-fit: cover;
    width:100%;
    height:50%;
  }


.item4 {
    width: 100%;
    height: 90%;
}



.item1 {grid-area: header;}
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }
.item6 { grid-area: image; }
.item7 {grid-area: rite;}
.item8 {grid-area: left;}
.item9 {grid-area: Yellowroom;}
.item10 {grid-area: place;}
.item11 {grid-area: peach;}
.item12 {grid-area: let;}
.item13 {grid-area: Greenroom;}
.item14 {grid-area: val;}
.item15 {grid-area: Sage;}
.item16 {grid-area: sage;}
.item17 {grid-area: pic;}
.item18 {grid-area: to;}
.item19 {grid-area: reaper;}
.item20 {grid-area: Reap;}



.grid-container {
    display: grid;
    grid-template-areas:
      'header header header header header header'
      'main main main main right right'
      'left left left left rite rite'
      'place place place place Yellowroom Yellowroom'
      'let let let let peach peach'
      'val val val val Greenroom Greenroom'
      'sage sage sage sage Sage Sage'
      'to to to to pic pic'
      'Reap Reap Reap Reap reaper reaper'
      'image image image image image image'
      'menu menu menu menu menu menu'
      'footer footer footer footer footer footer';
  gap: 10px;
  
  padding: 10px;
}




.grid-container > div {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}


h1 {
    text-align: center;
}

ul li a img {
  width: 70px; 
  height: 70px;
}


.item4 {
  width: 700px; 
  height: 1000px; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.image-box {
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain; 
}

.item7 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.item11 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.item9 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.item13 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.item15 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}
.item17 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}

.item19 {
  width: 700px; 
  height: 1000px; 
  display: flex; 
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  background-color: rgba(0, 0, 0, 0.5); 
}


.bottom-right-logo {
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  cursor: pointer; 
  transition: transform 0.3s ease; 
}

.bottom-right-logo:hover {
  transform: scale(1.1); 
}

.moogle-link {
  cursor: pointer; 
  transition: transform 0.3s ease; 
}

.moogle-link:hover {
  transform: scale(1.1); 
}
.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, div, ul, li, a, span, input, button, textarea {
  font-family: inherit; 
}

body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}