diff --git a/style.css b/style.css index 2479ff8..8d66f44 100644 --- a/style.css +++ b/style.css @@ -4,13 +4,15 @@ margin: auto; padding-top: 4rem; background-color: beige; + font-size: 18px; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } .display { background: linear-gradient(to bottom right, #0c024d, #0dbcc5); background-attachment: fixed; color: white; - font-size: 1.2rem; + font-size: 1.3rem; padding: 2rem; border-radius: 12px; } \ No newline at end of file