body {
  background-color: black;
  color: white;
  font-family: 'Merchant Copy';
  background-image: url("https://swanriverasylum.neocities.org/Untitled429_20250917174834.png");
    background-repeat: no-repeat;
      background-attachment: fixed;
      font-size: 10px;

}

.bod {
  display: flex;
      justify-content: center; /* Centers children horizontally */
  float: left;
  font-size: 25px;
    }
  
     .bod3 {
  display: flex;
      justify-content: center; /* Centers children horizontally */
       text-align: center;
    margin-left: auto;
  margin-right: auto;
      border-color: white;
     border-style: solid;
  border-width: 2px;
  width: 484px;
  font-size: 25px;
   padding: 5px;
   float: right;
   height: 55px;
    }
    
    .mainbod {
      display: flex;
      justify-content: center; /* Centers children horizontally */
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
      border-color: white;
     border-style: solid;
  border-width: 2px;
  width: 700px;
  height: 500px;
  font-size: 25px;
  display: block;
   align-items: center; /* Vertically centers items */
      }
      
    header {
      border-color: white;
     border-style: solid;
  border-width: 2px;
  width: 690px;
  font-size: 25px;
  padding: 5px;
  height: 45px;
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
      }
      
      .icon {
         float: right;
        }
    section {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
      border-color: white;
     border-style: solid;
  border-width: 2px;
  width:494px;
  height: 428px;
  font-size: 25px;
  float: right;
  display: flex;
      justify-content: center; /* Centers children horizontally */
      }
      
      .bob {
         float:
         left;
         padding-top: 50px;
}

.bar {
      justify-content: center; /* Centers children horizontally */
      border-color: white;
     border-style: solid;
  border-width: 2px;
  width: 200px;
  height: 497px;
  font-size: 25px;
  display: block;
  text-align: center;
      }
  .button1 {
  background-color: white;
  color: black;
  border: 2px solid black;
  width: 125px;
  height: 60px;
  padding: 0;
  transition-duration: 0.5s;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 25px;
  font-family: 'Merchant Copy';
}

.button1:hover {
  background-color: black;
  color: white;
   border: 2px solid white;
}
