/* wa-fix.css — правки восстановленного сайта. Файл целиком принадлежит починке. */
img,video,iframe,table{max-width:100%}
img,video{height:auto}
body{overflow-x:hidden}

/* круг 1 */
body { background-color: #ffffff; color: #333333; font-family: Arial, sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .box { background: #f9f9f9; padding: 40px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; } .box h1 { color: #cc0000; margin-bottom: 16px; } .box p { margin-bottom: 24px; font-size: 16px; } .box a { color: #0066cc; text-decoration: none; font-weight: bold; } .box a:hover { text-decoration: underline; }