body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 700px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.title h1 {
    margin: 0;
    color: #2E8B57;
    font-size: 2.5rem;
    white-space: nowrap;
}

.sign {
    font-size: 2.5rem;
}

.text {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.text p {
    margin: 10px 0;
}

.text a {
    color: #2E8B57;
    text-decoration: none;
    font-weight: bold;
}

.text a:hover {
    text-decoration: underline;
}

.divider {
    margin: 25px 0;
    border: none;
    border-top: 1px solid #ddd;
}
