.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  background-color: var(--base_blue);
  background-image: url('/static/images/footer_circle.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 240px;
}

.footer .copyright {
  color: var(--base_white);
}

.footer .copyright a {
  color: var(--base_white);
}
