Pastel Horror

Where the skies are always pink, and the nightmares are always worse.

Welcome, dear traveler, to the Pastel Nightmare Palace!

We're glad you found us. We've been waiting for you... or have we?

As you enter our realm, you'll find an oasis of pastel colors, a refuge from the horrors of the outside world.

body { background-color: #ff69d9; font-family: "Open Sans", sans-serif; color: #fff; margin: 0; padding: 0; } .header { background-color: #ff69d9; padding: 20px; text-align: center; border-bottom: 4px solid #000; } .title { font-size: 36px; font-weight: bold; color: #000; border-bottom: 4px solid #000; } .tagline { font-size: 18px; font-weight: normal; color: #000; border-bottom: 4px solid #000; } .container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; width: 100vw; background-color: #c7c5b7; margin: 0; padding: 0; } .content { text-align: center; padding: 20px; background-color: #f0f0f0; border: 4px solid #000; border-radius: 10px; box-shadow: 0px 0px 0px #000; text-shadow: 0px 0px 10px #000; } .link { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin: 0; padding: 0; } .btn { background-color: #f7dc6d; color: #000; border: 4px solid #000; border-radius: 10px; padding: 10px 20px; text-decoration: none; text-align: center; text-shadow: 0px 0px 10px #000; transition: all 0.2s; width: 100px; height: 30px; font-size: 18px; font-weight: bold; display: inline-block; text-align: center; cursor: pointer; } .footer { background-color: #f0f0f0; padding: 20px; text-align: center; border-top: 4px solid #000; } /* Links */ a { text-decoration: none; color: #000; transition: all 0.2s; text-shadow: 0px 0px 10px #000; } a:hover { background-color: #f7dc6d; color: #000; border: 4px solid #000; } a:visited { text-decoration: none; }