34 lines
594 B
CSS
34 lines
594 B
CSS
body {
|
|
background: linear-gradient(170deg, #dce0e8, #dc8a78);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
height: max-content;
|
|
margin: 0;
|
|
|
|
font-family: "Radio Canada", sans-serif;
|
|
font-weight: 375;
|
|
font-style: normal;
|
|
color: #232634;
|
|
|
|
display: grid;
|
|
grid-template-rows: auto 1fr auto;
|
|
grid-template-columns: 100%;
|
|
|
|
min-height: 100svh;
|
|
|
|
a {
|
|
color: #232634;
|
|
font-style: italic;
|
|
}
|
|
|
|
li {
|
|
img {
|
|
height: 1rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.centered {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|