* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.urbanist-reg {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
    background-image: url('https://h0neylem0n.neocities.org/paper.jpg');
   
    background-size: cover;
  font-family: "Urbanist";
  font-size: 15px;
  line-height: 18px;
  color: black;
}

.container {
  max-width: 1135px; 
  margin: 0 auto;
  padding: 0px;
  position: relative; 
  top: 0px; 
  left: 0px; 
  
}

header {
  text-align: left;
}

header img {
  max-width: 100%; 
  height: auto;
}

.banner {
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 20px;
  width: 1125px; 
  height: auto;
  text-align: left; 
  background-color: #A7CBA7;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  border: solid 2px black;
 
}

.maincontent {
  
   display: flex; /* Use flexbox */
}

.menu, .main {
    flex-grow: 1; 
    margin-right: 20px; 
}

.main {
  margin-top: 0px; 
  margin-bottom: 0px;
  width: 850px;
  text-align: left; 
  background-image: linear-gradient(to bottom, #AC9362, #8c774d);
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  border: solid 2px black;
}


.menu {
  margin-top: 0px; 
  margin-left: 10px; 
  width: 265px;
  text-align: center; 
  background-image: linear-gradient(to bottom, #AC9362, #8c774d);
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  border: solid 2px black;
  
}

footer {
    margin-top: 0px; 
  text-align: center; 
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
  border: none 2px black;
  color: black;
  
}

h1 {
  font-family: 'Permanent Marker', cursive;
  font-size: 27px; 
  color: black;
 border: 2px solid black;
   border-radius: 5px;
  padding: 10px 0px 10px 0px;
    background-image: linear-gradient(to right, transparent, #8c774d, #8c774d);
    background-size: cover; 
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  }



h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Urbanist";
  font-size: 18px;
  text-align: center;
  border: none;
  padding: 5px 0px 5px 0px;
  background-image: linear-gradient(to right, transparent, #8c774d, #8c774d);
  
}

a: link {
  color: #CBC3E3; 
  text-decoration: underline dotted;
}

a: hover {
  color: #CBC3E3; 
  text-decoration: underline dotted;
}

a: active {
  color: #CBC3E3; 
  text-decoration: none;
}

a visited {
  color: #FFB6C1; 
  text-decoration: underline dotted;
}


p {
  margin-bottom: 20px;
}


body::-webkit-scrollbar {
  width: 1em;
}
 

::-webkit-scrollbar-track {
  background: #121234;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #AC9362;
  outline: none;
}

  .journal-avi {
    float: left; 
    margin: 5px; 
  }