.notices {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.notices a {
  text-decoration: underline;
}

.notices__notice {
  background-color: #eeb110;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-out;
  display: none;
  width: 915px;
  max-width: 100%;
  margin: 1rem auto;
  position: relative;
}

.notices__notice__close {
  position: absolute;
  padding: 0;
  margin: 0;
  top: .25rem;
  right: .5rem;
}