
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Black Ops One';
}
    body, html {
    height: 100%;
    cursor: url('roast.png'), auto;
}




.background{
    background: url('imgurcampfire.gif') no-repeat center center fixed; 
    background-size: cover; /* Ensures the image covers the area */
    height: calc(100vh + 100px); /* Adjust based on banner height */
    width: 100%;
    display: flex;
    color: black;
    opacity: 1;
    font-size: 20px;
      cursor: url('roast.png'), auto;
}

.sidebar{
    position: absolute;
    background-color: black;
    height: calc(100vh + 100px); /* Adjust based on banner height */
    width: 20%;
    display: flex;
    color: black;
    opacity: 80%;
    font-size: 20px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    list-style: none;
    z-index: 998;
    justify-content: flex-start;
      cursor: url('roast.png'), auto;
}


.sidebartexture{
    position: absolute;
  
    rotate: 90deg;
    margin-top: -300px;
    z-index: -2;
    opacity: 0.3;
    scale: 1 0.36;
    width: calc(100vh + 700px);
    height: calc(100vh + 10%)
     
}






  