diff --git a/style.css b/style.css index 214b6a8..d408eb1 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ body { flex-direction: column; justify-content: center; align-items: center; - height: 100vh; /* Высота экрана 100% от доступной высоты окна */ + height: 90vh; /* Высота экрана 100% от доступной высоты окна */ overflow: hidden; /* Убираем прокрутку */ }