.header__button {
  display: flex;
  align-items: center;
}

.header__button__link {
  background-color: #155eef;
  color: rgb(var(--color-background));
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}

.header__button__link:hover {
  color: rgb(var(--color-background));
}
