diff --git a/mainStyles.css b/mainStyles.css index 17ee86f..397c10c 100644 --- a/mainStyles.css +++ b/mainStyles.css @@ -11,7 +11,9 @@ body { height: 100vh; display: flex; + flex-direction: column; justify-content: center; + align-items: center; background: linear-gradient( 12deg, rgba(30, 14, 92, 0.9) 8.77%, @@ -33,20 +35,17 @@ li { } header { - position: fixed; - top: 0; - padding-top: 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; & > h1 { - font-size: 20px; + font-size: 30px; color: white; } & > p { - font-size: 10px; + font-size: 15px; color: white; } }