 margin: 0;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

h1 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 4px 4px 0px #ff00ff;
}

.tagline {
    font-size: 1.2rem;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #ff00ff;
}

.about p {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.5;
    opacity: 0.9;
}

.links a {
    display: inline-block;
    background: #ff00ff;
    color: #121212;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.links a:hover {
    background: #fff;
    color: #121212;
}
