diff --git a/static/root.css b/static/root.css index fc01026..e565394 100644 --- a/static/root.css +++ b/static/root.css @@ -36,21 +36,21 @@ body { justify-content: center; } -.animatedMain { - opacity: 1; - animation: fadeDelay 1s cubic-bezier(0.075, 0.82, 0.165, 1); - animation-delay: 1.25s; - animation-fill-mode: both; -} - .animatedTitle { - animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1); + animation: mainText 2s linear; margin: auto; max-width: 75%; padding-top: 30px; /* outline: 1px white solid; */ } +.animatedMain { + opacity: 1; + animation: fadeDelay 1s linear; + animation-delay: 1.25s; + animation-fill-mode: both; +} + .pfp { border-radius: 15px; border: darkgray 4px solid;