@font-face{
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Bold.ttf');
}

html,
body {
  margin: 0;
}

.content_animation {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;
  gap: 22px;
}
.bot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.cont {
  position: relative;
}
.image {
  width: 91.805px;
  mix-blend-mode: screen;
}
.animation_item {
  display: flex;
}
.bot_item {
  width: 11.823px;
  height: 32.503px;
  margin-top: 29px;
}
.animation_chat {
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
.animation_spot {
    width: 174px;
    position: relative;
    bottom: 9px;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: fixed;
  background: radial-gradient(
    250.44% 100.05% at 50.13% 0%,
    #1f0f37 0%,
    #00202e 29.14%,
    #001217 100%
  );
  width: 100%;
}
