diff --git a/public/css/index.css b/public/css/index.css index 133255b..b6b46f9 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -67,20 +67,25 @@ a h1 { display: block; - padding-top: 22%; color: rgb(0, 183, 255); font-size: 50px; font-family: 'Lato', sans-serif; font-weight: bolder; text-align: center; + position: absolute; + height: 1em; + left: 50%; + top: 30%; + transform: translateX(-50%); } .h3 { text-align: center; - position: relative; - - padding-top: 1%; + position: absolute; + top: 38%; + left: 50%; + transform: translateX(-50%) } .Container {