body {
  background: linear-gradient(229deg, #E452E5 5.06%, #9952E4 38.46%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  padding: 4em;
  gap: 0.5em;
}
body .header-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
  max-width: 80vw;
}
body .heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5em;
}
@media (max-width: 1024px) {
  body .heading-container {
    justify-content: right;
  }
}
body .heading-container .heading-chatbox {
  max-width: 700px;
  padding: 44px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}
@media (max-width: 1024px) {
  body .heading-container .heading-chatbox {
    display: none;
  }
}
body .heading-container .heading-chatbox .message {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
body .heading-container .heading-chatbox .message .message-details {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 4px;
}
body .heading-container .heading-chatbox .message .message-details .user-name {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
body .heading-container .heading-chatbox .message .message-details .user-name img {
  margin-right: 4px;
}
body .heading-container .heading-chatbox .message .message-details .message-text {
  font-size: 14px;
  margin: 0;
}
body .heading-container .heading-chatbox .send-message-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
body .heading-container .heading-chatbox .send-message-bar .enter-text {
  border-radius: 12.806px;
  background: #9A54E4;
  width: 100%;
  padding-left: 2em;
}
body .heading-container .heading-chatbox .send-message-bar .enter-text h3 {
  color: #fff;
  font-weight: lighter;
}
body .heading-container .heading-chatbox .floating-emoji {
  position: absolute;
}
body .heading-container .heading-chatbox .floating-emoji.heart-emoji {
  left: -90px;
  top: 150px;
}
body .heading-container .heading-chatbox .floating-emoji.laughing-emoji {
  right: 70px;
  top: -20px;
}
body .heading-container .heading-chatbox .floating-emoji.box-emoji {
  left: 50%;
  bottom: 20px;
}
body .heading-container .mobile-screen {
  margin-left: -10%;
  z-index: 3;
}
body .footer {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
body .footer .social-links {
  display: flex;
  justify-content: center;
}
body .footer .links {
  display: flex;
  gap: 64px;
}
body .footer .links a {
  color: #fff;
  text-decoration: none;
}
body .footer .links a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
