* {
    font-family: Arial, Helvetica, sans-serif;
}

body, .c-footer {
    background-color: white;
}

.c-design h2, .c-footer span {
    color: black !important;
}

nav ul {
  display: flex;
  width: 100%;
  padding: 0 4rem;
  padding-top: 2rem;
  justify-content: end;
  gap: 1rem;
}