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; min-width: 100%; justify-items: center; a { color: #232634; font-style: italic; } ul { padding-left: 0px; } li { img { height: 1rem; } } } .centered { text-align: center; width: 100%; }