/* COLOR PALETTE!!!
#FCD16F (light cheesy)
#F0B056 (dark cheesy)
#98794D (dusky gold)
#2A324B (dull indigo)
#6B95B0 (dull baby blue)
*/



@font-face {
    font-family: '1942';
    src: url('1942-webfont.eot');
    src: url('1942-webfont.eot?#iefix') format('embedded-opentype'),
         url('1942-webfont.woff2') format('woff2'),
         url('1942-webfont.woff') format('woff'),
         url('1942-webfont.ttf') format('truetype'),
         url('1942-webfont.svg#1942_report1942_report') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar {
    width: 12px;
    }
::-webkit-scrollbar-track {
    background: #6B95B0;
    }
::-webkit-scrollbar-thumb {
    background: #FCD16F;
    }
::-webkit-scrollbar-thumb:hover {
    background: #F0B056;
    }
::-webkit-scrollbar-button {
    background: #F0B056;
    border: 2px solid #F0B056;
    }


a:link {
    color: #6B95B0;
    background-color: transparent;
    text-decoration: none;
    }
a:visited {
    color: #F09556;
    background-color: transparent;
    text-decoration: none;
    }
a:hover {
    color: #98794D;
    background-color: transparent;
    text-decoration: underline;
    }
a:active {
    color: #6B95B0;
    background-color: transparent;
    text-decoration: underline;
    }

body {
    margin: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    box-sizing: border-box;
    background: #FFC000;
    background-image: url("https://img.freepik.com/free-vector/cheese-slices-seamless-pattern-cartoon-style_79020-110.jpg?semt=ais_hybrid&w=740&q=80");
    background-size: 100%;
    font-family: '1942';
    font-size: 18px;
    color: #000;
    justify-content: center;
    cursor: pointer;
    }
    
.button {
  background-color: #98794D;
  border: none;
  border-radius: 25px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: crosshair;
}
    
.banner {
  overflow: hidden;
  height: 14.5vh;
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  background-image: url("https://media3.giphy.com/media/v1.Y2lkPTZjMDliOTUyOG9xMndtZmd5NzI3OXBpM2g4Z2pvZ2h6ajZkc2Fvd241bzhlbnRhbSZlcD12MV9zdGlja2Vyc19zZWFyY2gmY3Q9cw/Ij0avmorPckYijBNXj/200w.gif");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  }
  
.container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1vw;
  color: #000;
  } 
  
.left {
  background: rgba(240,176,86,0.7);
  background-image: url('');
  display: flex;
  font-size: 20px;
  color: #000;
  flex-direction: column;
  text-align: left;
  border-radius: 25px;
  }
  
.left-display {
  background: #ff0;
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/075/496/720/small/macro-butter-maragrine-texture-background-photo.jpg");
  width: 15vw;
  height: 10vh;
  margin-top: 1vw;
  margin-left: 1vw;
  padding-top: 0;
  border-radius: 25px;
}
   
.left-music {
  background: #6B95B0;
  width: 15vw;
  height: 15vh;
  margin-top: 1vw;
  margin-left: 1vw;
  border-radius: 25px;
  }
  
.left-nav {
  background: #ff0;
  background-image: url("https://www.shutterstock.com/image-vector/cheese-pattern-background-seamless-motif-600nw-2620108915.jpg");
  width: 15vw;
  height: 60vh;
  margin: 1vw;
  border-radius: 25px;
  color: #6B95B0;
  }
  
.middle {
  background: rgba(252,209,111,0.7);
  background-image: url('');
  margin: 1vw;
  padding: 1vw;
  display: flex;
  font-size: 20px;
  color: #000;
  flex-direction: column;
  text-align: left;
  gap: 1vw;
  width: 40vw;
  position: relative;
  border-radius: 25px;
  }
  
.m-image {
  background-image: url("https://www.foodsmith.in/cdn/shop/articles/Luxury_European_kitchen_counter_in_soft_morning_light_white_marble_slab_with_brie_gouda_vintage_cheddar_coloured_cheddar_parmigiano_reggiano_wedge_and_fresh_mozzarella_in_ceramic_bowl_1200x1200.jpg?v=1768491663");
  height: 20vh;
  border-radius: 25px;
  position: relative;
  }
  
.site-name {
  position: absolute;
  bottom: 0;
  margin-left: 1vw;
  font-size: 28px;
  color: #fff;
  }

.main-content {
  background: #FCD16F;
  background-image: url("https://img.freepik.com/free-vector/flat-design-hot-background_23-2149453869.jpg?semt=ais_hybrid&w=740&q=80");
  color: #000;
  margin: 1px;
  gap: 1vw;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 56vh;
  overflow-y: auto;
  z-index: 1;
  border-radius: 25px;
  }
  
.footer {
  background-image: url("https://img.freepik.com/premium-vector/cheese-background-realistic-cheese-texture-cheese-banner_255157-130.jpg");
  padding: 0.2vw;
  font-size: 16px;
  color: #000;
  margin-top: auto;
  text-align: center;
  gap: 1vw;
  border-radius: 25px;
  }

.right {
  background: rgba(152, 121, 77,0.7);
  padding: 1vw;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 1vw;
  width: 20vw;
  border-radius: 25px;
  }
  
.right-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 25px;
  }

.pfp-img {
  background: #f00;
  height: 12vh;
  width: 12vh;
  border-radius: 25px;
  }

.toggle {
  background: #6B95B0;
  height: 12vh;
  width: 12vw;
  margin-left: 1vw;
  z-index: 2;
  border-radius: 25px;
  }
  
.about {
  background: #00f;
  background-image: url("https://www.shutterstock.com/image-vector/cheese-pattern-background-seamless-motif-600nw-2620108915.jpg");
  height: 20vh;
  border-radius: 25px;
  }
  
.coolio {
  background: #0ff;
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/075/496/720/small/macro-butter-maragrine-texture-background-photo.jpg");
  height: 53vh;
  overflow-y: auto;
  border-radius: 25px;
  }
  
.headings {
  font-size: 22px;
  }
  
* {
  cursor: url('https://cdn.cursors-4u.net/previews/cheese-dd380ef6-32.webp') 32 32, auto !important;
}
  
  
  
  
  
  
  
  