diff --git a/style.css b/style.css index 1a5a9ae..7fcf515 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,13 @@ +@import url("https://fonts.googleapis.com/css?family=Permanent+Marker"); +* { + box-sizing: border-box; +} + #app { - display: flex; - overflow: hidden; - position: relative; - width: 100vw; - height: 100vh; - background-image: linear-gradient(blue, cyan); - } \ No newline at end of file + display: flex; + overflow: hidden; + position: relative; + width: 100vw; + height: 100vh; + background-image: linear-gradient(blue, cyan); +} \ No newline at end of file