        body {
            background-color: #323232;
            font-family: Arial, sans-serif;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            text-align: center;
            color: #0c6b94;
        }
        .stream-container {
            max-width: 640px;
            margin: 30px auto;
            text-align: center;
        }
        .stream-button {
            display: inline-block;
            padding: 15px 30px;
            background-color: #0c6b94;
            color: white;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            margin: 20px 0;
            transition: background-color 0.3s ease;
        }
        .stream-button:hover {
            background-color: #0a5980;
        }
        .tank-info {
            padding: 20px;
            background-color: #f5f5f5;
            border-radius: 8px;
            margin: 20px 0;
            text-align: left;
        }
        .tank-info h2 {
            color: #0c6b94;
            margin-top: 0;
        }
        /* Use a flexible layout for the container */
.container {
    display: flex;
    align-items: center;
  }
  
  /* Use relative units for the image size */
  img.nav_icons {
    max-width: 15%;
    max-height: 15%;
    padding-right: 10px;
  }
   /* Additional button styles */
   button {
    background-color: #007bff; /* Blue background color */
    color: #fff; /* White text color */
    padding: 10px 20px; /* Padding around the button text */
    border: none; /* Remove border */
    cursor: pointer; /* Add pointer cursor on hover */
}
button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

.fish_inventory {
  display: flex;
  max-width: 100%;
  color: rgb(255,255,255);
  background-color: rgb(42,42,42);
}

.fish_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.fish_image {
  width: 100%;

  
  }

.textbox {
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid black;
}
.fishcontainer {
display: flex;
flex-direction: column;
max-width: 15%;

}
.fishbutton {
display: flex;
height: 300px;
align-items: center;
justify-content: center;
margin: 1px;
padding-right: 10px;
padding-left: 10px;

}
