diff --git a/style.css b/style.css index c924959..3ed4925 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); body { @@ -11,7 +11,7 @@ body margin: 0; height: 100vh; background-image: linear-gradient(45deg, hsl(0, 0%, 15%), hsl(0, 0%, 30%) 70%); - font-family: 'Inter', sans-serif; + font-family: 'Ubuntu', sans-serif; } div @@ -35,10 +35,8 @@ div #foot { - position: absolute; - bottom: 5%; font-size: 15px; - margin-top: 50vh; + margin-top: 10vh; color: hsl(0, 0%, 80%); }