
body {  
    font-family: Proxima Nova;
    font-weight: 900;
    font-size: 30px;
    padding: 0;
    animation: blur 1s ease-out;
    background-color: rgba(152, 50, 255, 0.8);
    margin: 0;

    }

    span {
        color: rgb(127, 101, 83);
        font-family: Arial, sans-serif;
        font-size: 30px;
      }
  
      a {
        font-family: Arial, sans-serif;
        font-size: 32px;
        color: rgb(199, 174, 154);
      }

    h1 {
      font-family: Arial, sans-serif;
      font-size: 40px;
      color: #32281e;
    }

    .container {
        display: flex; /* Container becomes a flex container */
        justify-content: space-between; /* Distributes space evenly between items */
        align-items: center; /* Aligns items vertically in the center */
        padding: 10px;
      }
      
      .item {
        padding: 5px;
      }


      * {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: 'Lato', sans-serif;
        line-height: 1;
    }
    
    body {
        background-color: #FAF7F0;
        overflow: hidden;
    }

    navbarbutton {
        background: none;
    }

    navbarimg{
         padding: 15px;  
    }
    
    stuff {
        z-index: 2;
        margin-left: 0px; 
        margin-top: 0px; 
        position: fixed; 
        width: 100%; 
        height: 80px; 
        background-color: rgb(173, 170, 164);
    }