-
+
@@ -12,13 +14,18 @@
padding: 0;
width: 100%;
height: 100%;
- overflow-x: hidden;
}
-
- .container {
+ main {
width: 100%;
- height: 100%;
- background-color: black;
- color: black;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
+ .sponsors {
+ width: 100%;
+ display: flex;
+ /* background-color: black;
+ color: black; */
+ }
+
\ No newline at end of file