/* ========================================
   Свадьба Кирилла и Лены — 2026
   Стиль: Рунет 2002-2005
======================================== */

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes blinkSlow {
    0%, 65% { opacity: 1; }
    66%, 100% { opacity: 0; }
}

@keyframes marqueeLeft {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

body {
    background-color: #FFF0F5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Ctext y='22' x='5' font-size='18' fill='%23FFB6C1'%3E%E2%99%A5%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    color: #000000;
}

a {
    color: #0000EE;
    text-decoration: underline;
}

a:visited {
    color: #551A8B;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

a:active {
    color: #FF0000;
}

.blink {
    animation: blink 0.8s step-end infinite;
}

.blink-slow {
    animation: blinkSlow 1.6s step-end infinite;
}

.navbtn {
    display: block;
    background-color: #FFB6C1;
    border: 2px outset #8B0000;
    color: #8B0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 4px 3px;
    margin-bottom: 4px;
}

.navbtn:hover {
    background-color: #FF1493;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px inset #8B0000;
}

.navbtn:visited {
    color: #8B0000;
}

.digits {
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    background-color: #000000;
    padding: 2px 8px;
    border: 2px solid #FF0000;
    letter-spacing: 3px;
}

.section-header {
    background-color: #CC0000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

input[type="text"], input[type="email"], textarea {
    border: 2px inset #8B0000;
    background-color: #FFFAFA;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

input[type="submit"] {
    background-color: #CC0000;
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: 3px outset #8B0000;
    padding: 5px 20px;
    cursor: pointer;
    letter-spacing: 1px;
}

input[type="submit"]:hover {
    background-color: #FF0000;
    border: 3px inset #8B0000;
}
