@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: Montserrat;
}

.app {
  background-image: url(https://aheioqhobo.cloudimg.io/v7/_playground-bucket-v2.teleporthq.io_/9efe656b-3c41-4e3c-9f3a-c45c9d9d5f54/ca74ad65-2dc9-489f-869a-84871881ff75?org_if_sml=11510359);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: relative;
  background-position: bottom;
}

.stream {
  width: 70%;
  color: white;
  position: relative;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.txt-logo {
  font-size: 3rem;
  font-weight: 700;
}

.txt-large {
  font-size: 1.3rem;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 1rem 0;
  font-size: 1rem;
  width: 100%;
}

.footer__left {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer__right {
  display: flex;
  gap: 1rem;
}

/* .img {
  width: 12%;
  height: 12%;
} */

@media screen and (max-width: 670px) {
  .footer {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .txt-logo {
    font-size: 2rem;
    font-weight: 700;
  }

  .footer__left {
    gap: 1rem;
  }

  .footer__right {
    gap: 1rem;
  }
}
