html, body {
  margin: 0;
  padding: 0;
  background-color:hsla(242,0%,0%,1);
  background-image:
      radial-gradient(at 17% 3%, hsla(206,64%,33%,1) 0px, transparent 50%),
      radial-gradient(at 80% 0%, hsla(189,100%,30%,1) 0px, transparent 50%),
      radial-gradient(at 0% 50%, hsla(241,100%,30%,1) 0px, transparent 50%),
      radial-gradient(at 89% 42%, hsla(240,85%,10%,1) 0px, transparent 50%),
      radial-gradient(at 0% 100%, hsla(206,42%,22%,1) 0px, transparent 50%),
      radial-gradient(at 80% 100%, hsla(242,100%,30%,1) 0px, transparent 50%),
      radial-gradient(at 0% 0%, hsla(214,100%,30%,1) 0px, transparent 50%);
  font-family: Inter, Arial, sans-serif;
}

.particles-js-canvas-el {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.logo {
  width: 140px;
  margin: 0 0 40px 0;
}

.layout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

.wrapper {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  font-size: 16px;
  color: #c8e0fa;
  text-align: center;
  line-height: 1.825em;
  flex: 1;
  position: relative;
}

.footer {
  font-size: 12px;
  color: #0757a1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-link {
  background: rgba(200, 224, 250, 0.29) center center;
  border-radius: 16px;
  height: 60px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
}

.contact-logo {
  width: 100px;
  -webkit-filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all .2s ease;
  -webkit-backface-visibility: hidden;
}

.contact-logo:hover {
  -webkit-filter: grayscale(0) brightness(1);
  opacity: 1;
}

.logo-wrapper {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
}