2023-04-03 01:41:32 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
|
2022-06-19 18:33:14 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');
|
2023-04-03 01:41:32 +00:00
|
|
|
|
|
|
|
.navbar-font {
|
|
|
|
font-family: 'Permanent Marker', cursive;
|
2022-06-19 18:33:14 +00:00
|
|
|
}
|
|
|
|
|
2023-04-03 01:41:32 +00:00
|
|
|
|
2022-06-19 18:33:14 +00:00
|
|
|
h1, h4, h5 {
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
top: 10vh;
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
2023-04-03 01:41:32 +00:00
|
|
|
h4, h5 {
|
2022-06-19 18:33:14 +00:00
|
|
|
top: 10vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
h1 {
|
|
|
|
font-size: 7vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 5vw;
|
|
|
|
}
|
|
|
|
}
|