body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    text-align: center;
    padding: 2rem;
}

header {
    margin-bottom: 2rem;
}

h1 {
    font-size: 2.5rem;
}

.domain {
    color: #00bfa5;
    font-weight: 600;
}

.card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    width: 100%;
}

.contact {
    margin-top: 1.5rem;
}

footer {
    margin-top: 3rem;
    font-size: 0.875rem;
    color: #999;
}

p {
    text-align: left;
}

p.intro {
    text-align: justify;
}

p.info {
    background-color: #00bfa533;
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

a#buyLink {
    background: #00bfa5;
}

a#buyLink:hover {
    background: #009f8c;
}