mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
12 lines
191 B
CSS
12 lines
191 B
CSS
body {
|
|
font-family: "Montserrat", sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
}
|
|
|
|
main {
|
|
padding: 60px 20px;
|
|
text-align: center;
|
|
} |