body { 
  background-color: darkblue;
  background-image: url('res/aurorabg.jpg');
  font-family: 'Montserrat', sans-serif;
  color: #152c4c;
}
a {color:#29c0ad}

h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: 'Bebas Neue', sans-serif;
}

#container { }

.fish img {
  position: fixed;
  z-index: 20;
  bottom: 80px;
  right: 350px;
}

.fish2 img {
  position: fixed;
  z-index: 20;
  bottom: 60px;
  left: 350px;
}

.home a {
  position: fixed;
  bottom: 100px; 
  left: 460px;
  color: #7de4d3;
  text-decoration: none;
  }


.toitle {
  font-size: 50px;
  font-family: 'Press Start 2P', cursive;
  text-shadow: 4px 3px 0 #015c6f;
  color: #7de4d3;
  position: fixed;
  top: 60px;
  left: 420px;}

.update {
  font-size: 15px;
  position: fixed;
  right: 430px;
  top: 95px;
  color: #7de4d3;
  text-align: right;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #29c0ad;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a7b9d;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #152c4c;
  border-radius: 20px;
}

 #parent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 1000px;
  height: 600px;
  padding: 40px;
  background-color: rgba(255,255,255,0.3);
  border: 1px solid #fff;
}
  #narrow {
    width: 350px;
    background-image: url('res/thx4fish.png');
    background-size: cover;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #fff;
    border-right: none;
    /* Just so it's visible */
  }
  
  #wide {
    flex: 1;
  padding: 40px;
    /* Grow to rest of container */
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #fff;
    overflow-y: auto;
    /* Just so it's visible */
  }