* {
  margin: 0;
  padding: 0;
}

#particles {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.container {
  text-align: center;
  z-index: 1;
  padding: 16px;
  border-radius: 5px;
  position: relative;
  top: 40vh;
  transform: translate(0, -50%);
}

.container h1 {
  margin: 0 0 20px 0;
}

.container .desc {
  margin-bottom: 10px;
}

.link {
  padding: 10px 20px;
  display: inline-flex;
  margin: 4px;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  align-items: center;
  box-shadow: 0px 0 2px #a0a0a0;
  backdrop-filter: saturate(50%) blur(4px);
  border-radius: 4px;
}

.link .icon {
  width: 30px;
  height: 30px;;
  margin-right: 10px;
}

.tools {
  margin: 3em 0;
}

.contacts a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 0;
}
.contacts img {
  width: 30px;
  height: 30px;
}

.footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer .icp {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
