/* 2000s myspace authentic raw profile theme */
body {
    background-color: #000000;
    background-image: 
        linear-gradient(rgba(189, 0, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(189, 0, 255, 0.1) 1px, transparent 1px);
    background-size: 15px 15px;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    margin: 0;
    padding: 10px;
}

/* messy centered header */
header {
    background: #110022;
    border: 3px dashed #bd00ff;
    padding: 15px;
    text-align: center;
    max-width: 800px;
    margin: 10px auto 20px auto;
}

header h1 {
    font-family: 'Impact', Arial Black, sans-serif;
    font-size: 42px;
    color: #ff00ff;
    text-shadow: 3px 3px 0px #00ffff, -1px -1px 0px #fff;
    margin: 0;
    letter-spacing: -1px;
}

header p {
    color: #39ff14;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0 0;
}

/* raw nav bar links */
nav {
    background: #1a0033;
    border: 2px solid #bd00ff;
    padding: 5px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

nav a {
    color: #00ffff;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 10px;
    font-size: 12px;
}

nav a:hover {
    color: #39ff14;
    background: #000;
}

/* layout grid box containers */
.container {
    max-width: 820px;
    margin: 20px auto;
}

/* classic 3d outset profile box */
.card {
    background-color: #0d001a;
    border: 4px outset #bd00ff;
    padding: 12px;
    box-shadow: 5px 5px 0px #1a0033;
    margin-bottom: 25px;
}

/* classic solid banner bars forced lowercase */
h2 {
    background: linear-gradient(90deg, #bd00ff, #110022);
    color: #ffffff;
    font-family: 'Impact', sans-serif;
    font-size: 16px;
    margin: -12px -12px 12px -12px;
    padding: 4px 8px;
    border-bottom: 2px solid #00ffff;
    letter-spacing: 1px;
    text-transform: lowercase; /* forces headers lowercase */
}

p {
    color: #d8c2ff;
    line-height: 1.4;
    margin: 5px 0;
}

/* vertical mobile-ratio video player box */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
    aspect-ratio: 9 / 16;
    border: 3px ridge #ff00ff;
    box-shadow: 4px 4px 0px #1a0033;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/* vintage scrolling styler */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #110022;
}
::-webkit-scrollbar-thumb {
    background: #bd00ff;
    border: 1px solid #00ffff;
}

footer {
    text-align: center;
    padding: 20px;
    color: #ff00ff;
    font-size: 11px;
}
