pre{
color: white;
  margin-top: -16px;
}

aside {
  width: 130px;
  height: 300px;
  background-size: 300px;
  position: absolute;
  border: 4px ridge #bfb27b;
  margin-left:445px;
  margin-top:5px;
  background-color: #d8d5b4;
  padding: 2px;
}

.grid{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

main{ 
   width: 35%; /* Could be anything, but 75% works here. */
    margin: auto;
  margin-top: 5px;
  border: 4px ridge #bfb27b;;
  color: black;
  background-color: #d8d5b4;
padding: 3px;}


body {
 background-image: url("https://file.garden/ZnOP4WYRNQ9BogGC/BACKGROUNDS/backgrounds/Screenshot%202025-01-15%20191156.png");
  background-size: 45px;
font-family: MS Gothic;
font-color: black;}

.content {
    /* This is what center the content div itself.*/
}

hover-text {
    /* Default style (normal font style) */
    font-style: normal;
    /* Optional: add a smooth transition effect */
    transition: font-style 0.3s ease;
}

.hover-text:hover {
    /* Style to apply on hover */
    font-style: italic;
  
}
  
hr {
  
  border-top: 3px groove #6b6245;
  border-radius: 5px;

}

.box {
  color: black;
  width: 54%;
  margin-left: 14px;

  
  float: left;
}
.nox {
  color: black;
  width: 40%;
  

  padding: 1px;
  float: right;

}

.stamp {
  width: 65px;
}



.btn:hover {
 background-color: #bfb27b;
}

.btn {
  font-family: MS Gothic;
  font-size: 16px;
  background-color:#fae9b2;
  color: #000000;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  
  padding: 5px;
  line-height: 1;
  border: 2px outset #cbcaa4;
margin: 2px;
 
}

.augh{
  margin-left:50px;
  
}