2023-03-06 13:35:09 -06:00
|
|
|
@font-face {
|
|
|
|
font-family: Comic Mono;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Comic Mono;
|
|
|
|
background-attachment: fixed;
|
|
|
|
/* text-decoration: overline; */
|
|
|
|
/* text-transform: uppercase; */
|
|
|
|
/* background-color: #FFAAAA; */
|
|
|
|
background-image: url(Circles.png);
|
|
|
|
text-align: center;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
2023-03-06 13:41:43 -06:00
|
|
|
background-color: #93b373;
|
2023-03-06 13:35:09 -06:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|