
body {
    background-image:url('resources/food bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    color:#8c5818;
    font: 7pt verdana;
    font-family: verdana, georgia;
    letter-spacing:0px;
    line-height:1.18em;
    margin:0;
    transform:scale(.70);
      cursor: url("resources/cursorfood.gif"), auto;
      overflow:auto;
      height:auto;

    
}


.section img {
  width:200px;
  height:200px;
  
}

#content-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100vh;           
  width: 100%;            
}


#content .secton img
{
width:0.05px;
height:0.05px;

}
blockquote, q {
    quotes: none;
}

h1 {
    color:#56391a;
    text-transform: uppercase;
    font-family: verdana;
    padding-bottom: 10px;
    letter-spacing: 0px;
    margin:0px;
    font-size:inherit;
    font-weight:700;
}

h2 {
    font-size: 100px;
    font-weight: normal;
    font-family: verdana;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

h3 {
    margin: 5px 0px;
    font: bold 6pt verdana;
    text-transform: uppercase;
    color: #56391a;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7ebe3;
}

strong {
    font: 7pt verdana;
    color: #8c5818;
    background-color: #eef6ab;
    letter-spacing:0px;
    line-height:1.18em;
}

blockquote {
    margin: 0px 0px 10px;
}

a, a:visited {
    color: #8a9fa5;
    font: 6.5pt verdana;
    font-family: verdana;
    letter-spacing:0.5px;
    text-decoration: none;
}

b {
    text-transform:uppercase;
    font-family: verdana;
    color:#755631;
}

i {
    font-family: georgia;
    color: #412604;
    letter-spacing: 1px;
}

u {
  font: 7pt verdana;
  letter-spacing: 0.5px;
  text-decoration-style:wavy; 
  text-decoration-color: #e69daf;
}

::selection {
   background-color: #fff4fa;
} 




#content {

  width: 1500px;
  height: 1000px;
  overflow-x: auto;
  overflow-y: auto;
  background-color:#FFF;
  border: 1.25em solid transparent; 
border-image: url('resources/whitelace.png') 34 round;
background-clip: padding-box;
}

#content a {
    margin-top:0.5px;
    display:block;
    
}

#content .section {
    overflow-y:auto;
    -ms-overflow-style: none; 
    scrollbar-width: none;
    padding:20px;
    width:auto;
    height:auto;
    margin:0;
    left:0;
    right:0;
}

#content .section a {
    text-transform: uppercase;
    font-size: 15px;
    display:inline;
    margin:0.5px;
}

#content .section li {
    list-style-image: url("https://stickershop.line-scdn.net/stickershop/v1/product/23701012/LINEStorePC/main.png?v=1");
}

#content .section .container {
    height: 100px;
    overflow: auto;
    background-color: #fff1f1;
    padding: .5em;
    margin: 1em;
    border: 1px brown dashed;
    image-rendering: auto;
    text-align: left;
}

#content .section::-webkit-scrollbar {
    display: none;
}
 
  
#corner {
  
  position:absolute;
  z-index:0;
  top:-17vh;
  right:0;
  width:200px;
  height:200px;
}

#content img
{
  width:500px;
  height:500px;
  align-content:center;
}

#content p
{
  font-size:10px;
}


#doggies
{
  left:-40vh;
  bottom:17%;
  position:absolute;
  width:100px;
  height:100px;
  z-index:-1;
}
#backbutton
{
  position:absolute;
  left:0;
  top:75%;
}