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

/* круг 1 */
html, body { margin: 0; padding: 0; height: 100%; } body { display: flex; align-items: center; justify-content: center; min-height: 100vh; background-color: #f0f0f0; } .box { background-color: #fff; color: #333; padding: 2rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); text-align: center; max-width: 500px; }

/* круг 3 */
body { margin: 0; padding: 0; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #f5f5f5; font-family: Arial, sans-serif; color: #333; } .box { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; max-width: 500px; width: 100%; } .box h1 { font-size: 2em; margin-bottom: 20px; color: #c00; } .box p { font-size: 1.1em; line-height: 1.6; margin-bottom: 30px; } .box a { display: inline-block; background: #007bff; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; } .box a:hover { background: #0056b3; }