@import url(https://fonts.bunny.net/css?family=dm-sans:700);

.legacyNotice {
  margin: -2.5rem;
  margin-bottom: 2.5rem;

  font-family: "DM Sans", sans-serif;
  background-color: #d7c8ff;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  font-weight: bold;
  position: sticky;
  top: 0px;

  a {
    border-radius: 0.5rem;
    border: 1px black solid;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: black;
  }
}
