// footer.scss footer { display: flex; flex-direction: column; align-items: center; background-color: var(--white); color: var(--black); a { color: var(--blue); text-decoration: none; } form:first-child { margin-bottom: 1rem; } p { margin-bottom: 0; } }