/* --- BASIC PAGE LAYOUT (retro style) --- */
body {
    background: url("https://dn721907.ca.archive.org/0/items/vhs-wallpapers-master/1080P/AMPEX%20189%20T120_1080P.png") repeat; /* or use a solid color */
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Optional: adds a soft retro shadow outline */
#container {
    width: 600px;
    margin: 30px auto;
    background: #ffffffcc;
    border: 2px solid #000;
    padding: 20px;
    box-shadow: 0 0 10px #0004;
}

/* --- PAGE TITLE --- */
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #fff;
}

/* --- RETRO LINK LIST --- */
.link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    margin: 8px 0;
}

/* --- CLASSIC 90s-STYLE LINKS --- */
.link-list a {
    color: #0000EE;
    text-decoration: underline;
    font-weight: bold;
}

/* classic hover flashing color */
.link-list a:hover {
    color: #FF0000;
    background: #ffff00;
}

/* OPTIONAL: section headers */
.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #000;
}
