html,
body {
  margin: 0;
  padding: 0;
  font-family: "Jersey 25", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #000;
}

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

.trendfun_video_wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
}

.trendfun_video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}

.trendfun_text {
  text-align: center;
  margin-bottom: 2rem;
}

.trendfun_title {
  font-size: 2.5rem;
  margin-bottom: 0.2rem;
}

.trendfun_description {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.trendfun_x_icon {
  width: 14px;
  height: 14px;
}