
  


 @font-face { 
   font-family: Nintendo; src: url('https://aerialflora.neocities.org/Nintendo-DS-BIOS.ttf'); 
   
 } 

body {
  background-image: url("https://github.com/slade9990/garden/blob/main/sky.gif?raw=true");
  font-family: Nintendo;
  font-size: 20px;
}  


.navbar{
  display: flex;
  align-items: center;       
  justify-content: center;   
  flex-direction: row;
  margin-top: 100px;
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;   
  width: 860px;
}

.navButton {
  border: solid;
  border-color: #007bff;;
  padding: 10px 40px;
  border-radius: 12px;
}

.page {
  display: flex;
  align-items: center;       
  justify-content: center;   
  flex-direction: row;
    margin-top: 30px;
    
}

.main {
  width: 500px;
  height: 800px;

  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;   
}

.sidebarLeft {

  height: 800px;
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;

  width: 180px;
}

.sidebarRight {

  height: 800px;
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;

  width: 180px;
}

