@font-face {
  font-family: "Art Nouveau Body"; 
  src: url('https://jun-bug.neocities.org/Misc/Nouveau%Nostalgia.ttf');
}

body {
  background-image: url('https://jun-bug.neocities.org/Misc/Willow%20Bough_Horiz.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  font-family: 'Art Nouveau Body';
  color: #3f2604;
  text-align: center;
}

p {
  font-family: "Art Nouveau Body";
  color: #3f2604;
}

.frame {
        position: absolute; 
        margin-left: 32vw;
        margin-top: 2vh;
        z-index:0; 
        text-align: center;
}

#label{
 margin-left: 4vw; 
}

.neighbor {
        position: absolute; 
        margin-left: 35vw; 
        margin-top: 22vh;
        z-index:0; 
        width:350px; 
        height: 400px; 
        overflow: auto;
        color: #3f2604;
        text-align: center;
}

.nav {
  overflow: hidden;
  position: fixed;
  bottom: 2vh;
  width: 100%; 
  color: #eff0eb;
}

.nav a {
  color: #eff0eb;  
}



.sitemapframe {
        position: absolute; 
        margin-left: 32vw;
        margin-top: 5vh;
        z-index:0; 
        text-align: center;
}

.sitemap {
        position: absolute; 
        margin-left: 35vw; 
        margin-top: 25vh;
        z-index:0; 
        width:350px; 
        height: 400px; 
        overflow: auto;
        color: #3f2604;
        text-align: center;
}

.sitemap a {
 color: #3f2604; 
}

#sitemapul {
 text-align: left; 
}


 
 
 
 .main a{
  color: #939a73;  
 }
 
 #recipe {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 5rem;
  color: #284030;
}

h2 {
  color: #506a46;
  font-size: 35px;
}

h3 {
  color: #506a46;
}

.navtop {
  display: inline-block;
  padding: 2px 0;
  font-size: 1rem;
}

#beetle1 {
 height: 40px; 
}

#beetle2 {
 transform: ScaleX(-1);
 height: 40px; 
}

.wrapper {
  padding: 250px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.inside {
  background-color: #eff0eb;
  padding: 40px;
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-item {
  padding-left: 18vw;
}