/* 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-color: white;
  color: white;
  font-family: Verdana;
}

.scrolling-wrapper {
  width: 1130px;
  overflow: hidden;
  white-space: nowrap;
  }

.scrolling-content {
  display: inline-block;
  animation: scroll-left 25s linear infinite;
  }
 
 


h1 {font-family: yoster, sans-serif;}
h2 {font-family: Jua, sans-serif;}
h3 {text-align: center;}
h3 {font-family: yoster, sans-serif;}
h4 {font-family: yoster, sans-serif;}
h5 {font-family: yoster, sans-serif;}


a:link {
  color: #00ccff;
  background-color: transparent;
  text-decoration: none;
  font-family: yoster, sans-serif;
}

a:hover {
  color: #00ccff;
  background-color: transparent;
  text-decoration: underline;
}



body {
  background-color: black;
  font-family: cursive;
}

.header {
  border: 5px solid #9900cc;
  border-radius: 3px;
  background-size: 20%;
  width: 1130px;
  height: 150px;
  position: absolute;
}

.scroll-container {
  background-color: pink;
  border: 5px solid white;
  border-radius: 3px;
  width: 1130px;
  height: 50px;
  position: absolute;
  top: 174px;
}

.main {
  border: 5px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 30px white;
  background-color: white;
  width: 920px;
  height: 650px;
  position: absolute;
  top: 240px;
  left: 215px;
}

.explore {
  border: 5px double #00cc99;
  border-radius: 3px;
  width: 190px;
  height: 180px;
  position: absolute;
  top: 240px;
}

.characters {
  border: 5px double #00cc99;
  border-radius: 3px;
  width: 190px;
  height: 570px;
  position: absolute;
  top: 440px;
}

.center {
  display: block; margin-left: auto; margin-right: auto; width: 50%;
  }
 

 .lavalamp {
   position:absolute;
   left: 200px;
   top: 510px;
}


