.top-background {
  width: 100%;
  height: 40vh;
  position: absolute;
  overflow: hidden;
  background-color: #5223fc;
  text-align: right;
  padding: 0.5em;
  line-height: 1em;
}

.top-background a {
  color: #000;
  text-decoration: underline;
}

.page-animate {
  animation: anim-opacity 2.5s ease !important;
}

@keyframes anim-opacity {
  from {
    opacity: 0;
    left: -300px;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .contacts-flex {
    display: flex !important;
    flex-direction: column;
    align-items: start;
  }
}
