diff --git a/src/components/City/City.css b/src/components/City/City.css
index 451068e..c4215df 100644
--- a/src/components/City/City.css
+++ b/src/components/City/City.css
@@ -1,11 +1,11 @@
-.button-container {
+/* .button-container {
display: flex;
flex-direction: column;
gap: 10px;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.5s ease, transform 0.5s ease;
-}
+} */
.animated-button {
width: 304px;
@@ -39,8 +39,8 @@
background-color: #f8f8f8;
}
-
+/*
.button-container.visible {
opacity: 1;
transform: translateY(0);
-}
\ No newline at end of file
+} */
\ No newline at end of file
diff --git a/src/components/City/City.js b/src/components/City/City.js
index c1770bc..2594065 100644
--- a/src/components/City/City.js
+++ b/src/components/City/City.js
@@ -93,9 +93,6 @@ const City = (props) => {
-
{filteredCityOptions.map(option => (