* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

body {
    min-height: 100vh;
    background: linear-gradient(135deg, #611232, #611232);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.container {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 40px 50px;
    border-radius: 12px;
    text-align: center;
    max-width: 520px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 25px;
}

.info {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.95;
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 30px 0;
}

.contact {
    font-size: 0.95rem;
}

.contact a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.contact a:hover {
    text-decoration: underline;
}
