2018-03-11 18:53:48 +00:00
|
|
|
@font-face {
|
2019-12-17 20:25:52 +00:00
|
|
|
font-family: "PT Serif";
|
|
|
|
src: url("pt-serif-web-regular.ttf") format("truetype");
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2019-12-17 20:25:52 +00:00
|
|
|
margin-left: 2.5em;
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2019-12-17 20:25:52 +00:00
|
|
|
color: darkslategrey;
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
2019-12-17 20:25:52 +00:00
|
|
|
h1, h2, h4, ul {
|
|
|
|
font-family: "PT Serif";
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
2019-12-17 20:25:52 +00:00
|
|
|
.title-main {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 6em;
|
|
|
|
font-size: 350%;
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
2019-12-17 20:25:52 +00:00
|
|
|
.title-sub {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 120%;
|
|
|
|
color: darkslategrey;
|
2018-03-11 18:53:48 +00:00
|
|
|
}
|
|
|
|
|
2019-12-17 20:25:52 +00:00
|
|
|
.title-dir {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 8.2em;
|
|
|
|
font-size: 300%;
|
|
|
|
}
|