.light {
  background: #833AB4;
  background: linear-gradient(188deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
  min-height:1900px;
}

.dark {
  background-color:black;
}

.head-text {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: white;
  text-shadow:white;
}
  
.header1 {
  margin-top:50px;
  margin-left:50px;
  color:black;
}
.link {
  margin-top:80px;
  margin-left:50px;
  font-size:20px;
  color:black;
}
.link2 {
  margin-top:80px;
  margin-left:50px;
  font-size:20px;
  color:black;
}
.link3 {
  margin-top:80px;
  margin-left:50px;
  font-size:20px;
  color:black;
}
.box {
    width: 1285px; 
    height: 600px; 
    background-color: lightslategrey; 
    border: 2px darkgrey;
    padding: 15px; 
    margin-top: 50px; 
    margin-left:15px;
    border-radius: 8px; 
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); 
}
.parallax-section {
    border-radius:25px;
    background-image: url('https://goblin-area.neocities.org/lofi-background.jpg');
    box-shadow: 0px 0px 30px black;
    min-height: 500px;
    margin-top:40px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.content {
    max-width: 800px;
    max-height:700px;
    box-shadow: 0px 0px 30px black;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background for text readability */
    border-radius: 8px;
}

.parallax-section2 {
    border-radius:25px;
    background-image: url('https://goblin-area.neocities.org/lofi-background.jpg');
    box-shadow: 0px 0px 30px black;
    min-height: 750px;
    margin-top:50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.parallax-section3 {
   border-radius:25px;
    background-image: url('https://goblin-area.neocities.org/lofi-background.jpg');
    box-shadow: 0px 0px 30px black;
    min-height: 750px;
    margin-top:50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}


.button {
  animation-name: test;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  border-radius:20px;
  border-color:darkorange;
  background:linear-gradient(188deg,rgba(131, 58, 180, 0.6) 0%, rgba(253, 29, 29, 0.6) 50%, rgba(252, 176, 69, 0.6) 100%);
  color:black;
  width:100px;
  height:50px;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px;
  border-color: darkorange;
  background: linear-gradient(188deg,rgba(131, 58, 180, 0.6) 0%, rgba(253, 29, 29, 0.6) 50%, rgba(252, 176, 69, 0.6) 100%);
}
input {
  border-radius:10px;
  border-color:rgba(225, 165, 0, 0.6);
  background: linear-gradient(188deg,rgba(131, 58, 180, 0.6) 0%, rgba(253, 29, 29, 0.6) 50%, rgba(252, 176, 69, 0.6) 100%);
  color:black;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  width:400px;
  height:50px;
}
input::placeholder {
  color: black; /* Sets the placeholder color to red */
}

.parallax-section-scary {
    border-radius:25px;
    background-image: url('/dillon-crowley-doodle.jpg');
    box-shadow: 0px 0px 30px black;
    min-height: 750px;
    margin-top:50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}