/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body{
  background-image: url("strobelight.gif");
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.center-title{
  text-align:center;
  text-shadow:
    1px 1px 2px rgb(0, 255, 98),
    0 0 1em rgb(0, 255, 0),
    0 0 0.2em rgb(0, 255, 0);
  color: white;
  font-size: 50px;
  
}

.center-guide{
  text-align: center;
  text-shadow:
    1px 1px 2px rgb(0, 255, 98),
    0 0 1em rgb(0, 255, 0),
    0 0 0.2em rgb(0, 255, 0);
  color: white;
  font-size: 30px;
  font-family: "Press Start 2P", Serif;
}

.underwater{
  text-align: center;
  font-size: 25px;
  font-family:"Press Start 2P", Serif;
}

.underwater-link{
  border-style: solid;
  border-color: black;
  position: relative;
  top: 30px;
  color: white;
  border-width: 5px;
  text-decoration: none;
  background-image: url("https://files.catbox.moe/k8yqc6.jpg");
  background-position: center;
  background-size: cover;
  padding: 15px;
}

.underwater-link:hover{
  font-size: 30px;
}

.surface{
  text-align: center;
  color: white;
  position: relative;
  top: 65px;
  font-size: 25px;
  font-family: "Press Start 2P", Serif;
  text-shadow: 
    1px 1px 2px rgb(0, 255, 98),
    0 0 1em rgb(0, 255, 0),
    0 0 0.2em rgb(0, 255, 0);
}

.underwater-page{
  background-image: url("underwater-background.gif");
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.underwater-title{
  text-align: center;
  font-family: "Instrument Serif", Serif;
  font-size: 50px;
  color: white
}

.underwater-main{
  white-space: normal;
  text-align: center;
  font-family: "Instrument Serif", serif;
  font-size: 35px;
  color: white;
}

.underwater-next{
  text-align: center;
  font-family: "Instrument Serif", serif;
  color: white;
  font-size: 35px;
}

.Wakasagihime{
  display: block;
  margin-left: auto;
  margin-right: auto;
}