/* 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('https://astrcrow.neocities.org/images/bwnoise.png');
  color: black;
   font-family: 'san-serif';
}



*::-webkit-scrollbar {
    width: 9px;
  }

  *::-webkit-scrollbar-track {
    background: #6e7132;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #40301c;
    border-radius: 10px;
    border: 3px Solid #40301c;
  }

a:link {
  color:#324E71;
  text-decoration: none;
}

a:visited {
  color:#553271;
  text-decoration: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #40301C;
  color: #40301C;
  font-size: .75em;
}

header p {
  color: #40301C;
}

h1 {
   font-family: 'mirage';
   text-align: center;
   font-size: 5em;
   color: #40301C;
}

h2 {
  font-family: 'mirage';
   text-align: center;
   font-size: 3em;
   color: #6e7132;
}

p {
  font-family: "beth";
  color: #40301C;
  font-weight: bold;
  letter-spacing: .5pt;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}


.a {
  width: 600px;
  height: 400px;
  padding: 10px;
  border: 5px solid;
  border-color: #40301C;
  margin-left: 50px;
  background-color: #40301C;
  
}

.film {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 300px;
  height: 770px;
  padding: 0;
  border: 0 solid;
  border-color: #40301C;
  margin: 100;
 background-image: url('https://astrcrow.neocities.org/images/film%20cropped.png');
} 

.film img {
  padding: 20px;
}


d, p {
  font-family: "beth";
  color: #6E7132;
  font-weight: bold;
  letter-spacing: .5pt;
}

.dvdplayer {
  position: absolute;
  top: 450px;
  right: 200px;
  width: 1000px;
}

.ipod {
  position: absolute;
  top: 200px;
  right: 15px;
  width: 1000px;
}

.ipodscreen {
  position: absolute;
  top: 395px;
  right: 483px;
  width: 80px;
  height: 65px;
  background-color: #6e7132;
   transform: rotate(38deg);
}

.ipodscreen p {
  color:#6e7132;
  font-size: .75em;
  background-color: #40301C;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #40301C;
  color: #6e7132;
}

footer p {
  font-size: .75em;
}