2024-06-28 13:32:25 +02:00
|
|
|
body, main, header, footer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
2024-10-21 06:36:28 +02:00
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p, strong {
|
|
|
|
color: #0F3975;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 1rem !important;
|
|
|
|
}
|
2024-10-28 13:13:54 +01:00
|
|
|
|
|
|
|
sub {
|
|
|
|
font-size: 50% !important;
|
|
|
|
}
|