@font-face {
    font-family: 'Burbank';
    src: url('files/fonts/Burbank_Big_Regular_Bold.otf') format('opentype');
  }
  
  body {
    background-color: #000000;
  }
  
  .logo {
    font-family: 'Burbank', Arial, sans-serif;
    font-weight: bold;
    color: #d3f5be;
    display: inline-block;
    vertical-align: bottom;
    text-shadow: 1px 1px 1px black;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 80px;
  }
  
  img {
    height: 70px;
    width: auto;
    vertical-align: bottom;
  }

  .button-container {
    position: absolute;
    top: 15px;
    left: 375px;
  }

  .button {
    font-family: 'Burbank', Arial, sans-serif;
    font-size: 300%;
    background-color: #098faa;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
  }

  .rectangle {
    width: 1800px;
    background-color: #161616;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    line-height: 150px;
    font-size: 100px;
    font-family: 'Burbank', Arial, sans-serif;
    color: white;
  }

  .join button {
    font-family: 'Burbank', Arial, sans-serif;
    font-size: 100px;
    border-radius: 20px;
  }
  
  footer {
    text-align: center;
    color: rgb(179, 202, 204);
    padding: 10px;
    font-family: 'Burbank', Arial, sans-serif;
  }

  .header-container {
    background-image: url("files/images/SoupLogo.png");
    background-repeat: no-repeat;  background-position: center;    /* Other styles for the header container */
  }

  .logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .logo-container .logo {
    margin-left: 10px;
  }
  
  .search button {
    border-radius: 30px;
    width: 2.75cm;
    height: 10%;
    margin-top: 20px;
    background:#161616;
  }

  .rectangle input {
    border-radius: 30px;
    width: 1500px;
    font-size: 100px;
    font-family: 'Burbank', Arial, sans-serif;
    color: rgb(252, 252, 252);
    background-color: #161616;
    outline: white;
    outline-offset: 10px;
    margin-top: 20px;
  }

  .innerRect {
    display: flex; /* Enables flexbox for content arrangement */
    flex-direction: column; /* Stacks content vertically */
    height: auto; /* Allows automatic height adjustment */
  }
  
  
  .sort button {
    border-radius: 15px;
    width: 2.75cm;
    height: 10%;
    margin-top: 20px;
    background:#131313;
    color: white;
    width: 750px;
    font-size: 80px;
    font-family: 'Burbank', Arial, sans-serif;
  }

  .back-button {
    border-radius: 15px;
    width: 2.75cm;
    height: 8%;
    background:#131313;
    color: white;
    width: max-content;
    font-size: 60px;
    font-family: 'Burbank', Arial, sans-serif;
    margin-left: 20px;
  }

  .results {
    margin-top: -5%;
  }

  #prefabInfo {
    font-size: 80%;
  }

  #propsInfo {
    font-size: 80%;
  }

  #orangepropsInfo {
    font-size: 80%;
  }

  #legoInfo {
    font-size: 80%;
  }

  #devicesInfo {
    font-size: 80%;
  }

  #islandsInfo {
    font-size: 80%;
  }

  