Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Site hosted by Neocities

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!

/* Hide the default site header and footer */ header, footer { display: none !important; } /* Center everything vertically */ .sqs-section { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; text-align: center; background: linear-gradient(#84b5e0, #4a78c8); } /* Style for the main band title */ h1 { font-size: 300px; letter-spacing: -5px; font-weight: 900; color: white; margin-bottom: 2rem; } /* Links below images */ a { color: white; text-transform: uppercase; font-size: 12px; text-decoration: none; } a:hover { text-decoration: underline; }