* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background: url('assets/tf2-background-by-_Daviddv1202.jpg') center / cover no-repeat;
    color: white;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 4rem;
    padding: 2rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.middle {
    font-size: 2.75rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 255, 255, 0.15);
}

.sub {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.85;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.bottom {
    padding: 2rem;
    font-size: 0.875rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
