html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to bottom, #0f0f1e 0%, #1a1a2e 50%, #0f3460 100%);
}

.class67 {
    font-size: 250px;
    font-family: 'Oswald', 'Bebas Neue', 'Arial Black', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 900;
    letter-spacing: 0px;
}

.class67 h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(100, 200, 255, 0.2);
}

.class67 p {
    margin: 20px 0 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(100, 200, 255, 0.2);
    font-weight: 400;
}