    body {
  --main-darker-color: #300111;
  --main-dark-color: #450118;
  --main-bg-color: #111111;
  --main-font-color: #c40444;
  --bright-font-color: #ff0055;
  background-color: #131313;
  color: #A1B234;
  font-weight: bolder;
  left: 0px;
  overflow: auto;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "gameboy";
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
}


    .header {
      display: flex;
      align-items: center;
      padding: 10px;
      background-color: #000000;
      justify-content: center;
      gap: 10px;
      border-style: double;
      border-color: #A1B234;
      font-family: "gameboy";
      font-size: 17px;
    }

    .header img {
      height: 200px;
      width: auto;

    }


    
    .h1 {
    font-family: "gameboy";
    src: url("http://lavinraca.eyedolgames.com/TheHarvestWakes/Fonts/early-gameboy/Early%20GameBoy.ttf");
    }
    
     .image-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 30px;
      
    }

    .image-container img {
      width: auto;
      height: 300px;
      background-color: #111111;
      border-style: solid;
      border-color: black;
      border-radius: 13px;
    }



    .bottom-left img {
      height: 100px;
      position: absolute;
      left: 20px;
      bottom: 20px;
    }

    .randomize-button {
      font-size: 20px;
       font-family: "gameboy";
      background-color: black;
      color: #A1B234;
      outline-style: double;
      outline-width: 1px;
      cursor: pointer;
      position: absolute;
      right: 20px;
      bottom: 20px;
      border-color: #A1B234;
    }

    .randomize-button:hover {
      background-color: #0056b3;
    }