This commit is contained in:
2025-02-02 05:16:59 +05:30
parent 84e4d236a1
commit ecebef5a4a
13 changed files with 123 additions and 56 deletions

View File

@@ -0,0 +1,12 @@
body {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #333333;
}
main {
padding: 60px 20px;
text-align: center;
}