.three {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    animation: show-contact 0.8s ease forwards;
    animation-delay: 0.2s;
    z-index: 10;
}

body {
  margin: 0;
}

#bg {
  position: fixed;
  inset: 0;
  z-index: 0;
}