
 @font-face {
  font-family: 'BirchLeaf'; 
  src: url('fonts/BirchLeaf.ttf');
  font-weight: normal;
  font-style: normal; 
}


body {
  font-family: 'BirchLeaf', sans-serif; 
}
@font-face {
font-family: pixel;
src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
}
 
pixel {
font-family: pixel;
font-size: .75em;
color: #000;
}
      p {
  font-family: 'pixel';
}

body {
    background-color:#A3C25F;

}
.box {
    
    max-width: 700px;
    margin: 50px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 200px auto
        
    
}

header, main, nav, footer {
    
    border: #ffe583 3px solid;
    background:#fffacc;
    color: #db6e09
       
}

header {
    grid-row: 1 / 2;
    grid-column: 1 / 3;

}

nav {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    height: max-content;
}

main {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    height: max-content;
}

footer {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}
/* Flower 63 - https://www.cursors-4u.com/cursor/flower-63 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/flower-63-fe291f34-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */