body {
            background-image: url('https://files.catbox.moe/r4auym.png');
            font-family: Lucette;
        }

        @font-face {
            font-family: 'Lucette';
            src: url(https://humantooth.neocities.org/fonts/Lucette-Regular.woff2) format('woff2');
            font-weight: normal;
            font-style: normal;
        }
        
  
  a:link {
  color: #57362B;
  text-decoration: underline;
}

a:visited {
  color: #57362B;
  text-decoration: underline
}

a:hover {
  color: #F778A1;
  text-decoration: underline;
}

  
.entire-container {
margin:50px auto;
  position:relative;
  width:100vw;
  height: 100vh;
}

.title {
  display:box;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.background-one {
  display:box;
  margin: 0 auto;
  z-index: -1;
  position: absolute;
  top: 210px;
  right:-170px;
  transform: translate(-50%, -50%);
}
.container {
  width: 900px;
   height:50px;
  margin: 0px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 200px minmax(0, 1fr);
  position:absolute;
top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
 
}
.final-nav {
  top: 362px;
   width: 450px;
   height:50px;
  margin: 0px auto;
  position: absolute;
   left: 50%;
  transform: translate(-50%, -50%);
  
}
  
  nav, main, footer {
  border: #947151 2px solid;
  border-radius: 10px;
  background-color: #FFFFE0;
  padding: 10px;
}

header {
  border:#947151 2px solid;
  background-color: #FFFFE0;
  text-align: center;
}

nav {
  grid-row: 2/3;
  grid-column: 1/2;
    text-align: center;
}

main {
   grid-row: 2/3;
  grid-column: 2/3;
  height:max-content;
    text-align: center;
}