/* 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("../assets/images/IMAGE_DEPTH_ALTERED.png");
  background-size: auto;
  background-color: royalblue;
  color: white;
  line-height: 24px;
  font-family: "8bitoperator JVE";
  font-size: 1.25rem;
  margin-bottom: 100px;
}

@font-face {
  font-family: "8bitoperator JVE"; 
  src: url("../assets/fonts/8bitoperator_jve.woff");
}

.money {
  display: block;
}

a {
  color: white;
  padding: 5px;
}

a:visited {
  color: #f0aaff;
}

a:active {
  color: purple;
}

.hover:hover {
  color: #050006;
  background-color: white;
}

h1 {
  font-size: 5vh;
}

.main {
  text-align: center;
  background-color: #050006D0;
  width: 40%;
  padding: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  border: 2px solid white;
  box-shadow: 5px 5px #FFFFFFDD, 10px 10px #FFFFFFAA, 15px 15px #FFFFFF88, 20px 20px #FFFFFF66, 25px 25px #FFFFFF22;
}

.sidepanel {
  background-color: #050006D0;
  float: left;
  padding: 30px;
  margin-left: 10%;
  margin-top: 200px;
  max-width: 200px;
  border: 2px solid white;
  box-shadow: 5px 5px #FFFFFFDD, 10px 10px #FFFFFFAA, 15px 15px #FFFFFF88, 20px 20px #FFFFFF66, 25px 25px #FFFFFF22;
}

header img {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  color: #A000FF;
  display: block;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
}

header:hover {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(1deg);
}

.am {
  margin-right: 500px;
}

.cat {
  border: 2px solid white;
}

.img {
  border: 2px solid white;
  width: 200px;
  height: auto;
  margin-top: 20px;
}

.note {
  color: white;
  text-align: center;
  display: inline;
  padding-top: 10px;
}

marquee {
  color: green;
  border: 2px solid white;
  background-color: #000000;
  vertical-align: middle;
  padding: 10px;
}

marquee a:visited {
  color: #00FF00;
}

.footer {
  font-size: 16px;
  color: gray;
  padding-bottom: 10px;
}

.figtext {
  display: block;
  font-size: 16px;
  color: gray;
  text-align: center;
  padding-bottom: 20px;
}

.ptext {
  text-align: justify;
  padding: 20px;
}

.bestviewed {
  margin: 5px;
}