
/* Bird Seagull - https://www.cursors-4u.com/cursor/nat195 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/bird-seagull-aebc408b-32.webp') 32 32, auto;
}
/* End www.Cursors-4U.com Code */

   body {
      background-image: url("https://chihuahuahua.neocities.org/blinds.png");
      background-size: 600px;
      margin: 0px;
      padding: 0px; 
      height: 100vh;
      min-height:100vh;
      display: flex;
      overflow-x:scroll;
    }

    html::-webkit-scrollbar, 
    body::-webkit-scrollbar {
        display: none; /* Older Chrome, Safari */
    }
    
    /* 2. Behavior for smaller screens (Minimized/Mobile) */
    @media (max-width: 1024px) { 
      .your-container {
        overflow-x: auto; /* Restores the scrollbar when screen is small */
      }
    }
      
p, h1, h2, h3, h4, h5, h6 {
  color: #9E6F89;
}

h2 {
  text-align: center
  
}
      
a {
  color: #437D38;
}
      
table, th, td {
  border: 1px dashed #FAF7FA;
  padding: 5px;
  border-collapse: collapse;
  margin: 15px;
}
      
.leftgraphic {
  padding: 5px;
  max-height: 50px;
}
      
.columns {
  text-align:left;
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  margin: 30px;
  margin-top: 0px;
}
    
.divider {
  border-top: 1px dashed #A197A1;
}
      
.textbox {
 max-height: 500px;
 background-color: white;
 opacity: 0.9;
 padding: 10px;
 margin: 10px;
}  

.left {
  max-height: 500px;
  background-image: url("https://chihuahuahua.neocities.org/plaid.jpg");
  opacity: 0.8;
  color: #666666;
  border: 2px dashed #960000;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px;
  transition: opacity 0.5s ease;
}

.left:hover {
  opacity: 1;
        }
      
.main {
  max-height: 500px;
  background-image: url("https://chihuahuahua.neocities.org/plaid.jpg");
  opacity: 0.8;
  color: #666666;
  border: 2px dashed #960000;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px;
  transition: opacity 0.5s ease;
}

.main:hover{
    opacity:1;
}
     
      
.right {
  max-height: 500px;
  background-image: url("https://chihuahuahua.neocities.org/plaid.jpg");
  opacity: 0.8;
  color: #666666;
  border: 2px dashed #960000;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px;
  margin-right: 10px;
  transition: opacity 0.5s ease;
}

.right:hover {
    opacity:1;
}
      
.maintext {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
      
.sectionheader {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  margin:auto;
}
      
.table {
  margin: 0 auto;
  max-width: 500px;
  display:flex;
}
      
.gallery {
  margin: 5px;
  margin: auto;
  justify-content:center;
  max-width: 100%;
  height: auto;
  display:flex; 
  flex-wrap: wrap;
}
      
.gallery img {
  padding: 5px;
  margin: 5px;
  height: 125px;
}
  
@media (max-width: 800px) {
  .body {
  display: block;
  }
  }
    