@font-face {
    font-family: "NiseSegaSonic";
    src: url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.eot");
    src: url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e13912ae2c5bc5bbe1ccf5ea353dc12e.svg#NiseSegaSonic")format("svg");
}
body {background: #4cc9ff; 
background-image: url(https://i.postimg.cc/xTvNpFz7/water.gif); 
background-repeat: repeat; max-height: 100vh;
cursor: default, url(Images/DolphinCursor.png);
}
header { font-family: NiseSegaSonic;
  position: center, absolute; bottom: 50px;left: 10px;
  display: block;
  text-align: center;
  align-content: center;
  padding: 5px; width: 1150px; height:100px; border-radius: 10px; margin-bottom:5px; margin-right:10px; margin-left:30px;
  background-color: #f2f6f7;
  font-size: 75px;
}
.right {float: right; margin-top: -119px; margin-right: 30px; height: 525px;
}
.left {float: left; margin-top: 100px; margin-left: 30px; height:370px;  
}
aside {font-family: NiseSegaSonic;
  display: inline-block; vertical-align: top; word-wrap: break-word;
  width: 200px;
  text-align: center; padding: 5px; border-radius: 10px;
  background-color: #3467b6;
}
.asidecontent { font-family: NiseSegaSonic;
  display: inline-block; width: 125px; font-size: 14px;
  border-radius: 5px; padding: 5px; background-color: #e0a43d; color: #3467b6;
}
nav {font-family: NiseSegaSonic;
  display: inline-block; vertical-align: top; background-color: #ab76d0; word-wrap: break-word;
  padding: 5px; margin: 5px; margin-left: -210px; border-radius: 10px; width: 350px; height: 75px; 
  text-align: center; align-content: center;
}
.navcontent { font-family: NiseSegaSonic;
  display: inline-block; width: 50px;
  border-radius: 16px; padding: 2.5px; color: #ab76d0; background-color: #081422;
}
.cursorbutton {font-family: NiseSegaSonic;
  background-color: #081422; border: none; color: #ab76d0; 
  width: 80px; border-radius: 16px; padding: 2.5px;
  text-align: center; text-decoration: none; display: inline-block;font-size: 12px;
}
main { font-family: NiseSegaSonic;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word; 
  background-color: #ffccff; 
  height: 75%;
  width:25px; 
  padding:15px; 
  padding-top: 10px; 
  font-size: 14px; margin: 0 auto; }
#wrapper {
  text-align: center;
}
footer { height:100px;
  
}
.scroll-container {
    overflow: hidden; /* Hides text that goes off the edge */
    white-space: nowrap;
    width: 100%; height: 100px; align-content: center;
    background: #f2f6f7;
  }
.scroll-content {
    display: inline-block;
    animation: scroll-left 7.5s linear infinite; /* Smooth, continuous motion */
    color: #59b5f6;
  }
@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-30%); } /* Moves only half the total width */
  }
#txtoutline1 {
    text-shadow:
    -1px -1px 0 #081422,
    1px -1px 0 #081422,
    -1px 1px 0 #081422,
    1px 1px 0 #081422;
  }
#txtoutline2 {
    text-shadow:
    -1px -1px 0 #081422,
    1px -1px 0 #081422,
    -1px 1px 0 #081422,
    1px 1px 0 #081422;
  }