alignment and font

This commit is contained in:
2023-06-08 22:32:39 -04:00
parent 672f19df67
commit e66a86d07e

View File

@@ -1,10 +1,17 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
:root { :root {
font-family: "Open Sans", sans-serif; font-family: "Inter", sans-serif;
background-color: black; background-color: black;
color: white; color: white;
width: 69%; width: 69%;
margin: auto; margin: auto;
} }
h1, h2, p {
text-align: center;
}
h1 {
margin-top: 5%;
}
p { p {
font-size: 1.2em; font-size: 1.2em;
} }