@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  background: #f4f6fa;
  margin: auto 20vw;
  padding: 0;
  background-image: url(https://i.pinimg.com/736x/4b/c1/bc/4bc1bc6a6513bd48b0244718ca8158d6.jpg);
  background-size: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1,
h2,
h3 {
  margin: 0;
}
main {
  color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
marquee img {
  height: 2rem;
  width: 7rem;
}

@media (max-width: 640px) {
  body {
    background-size: 50%;
    margin: auto 4px;
  }
}
@media (min-width: 640px) and (max-width: 900px) {
  body {
    background-size: 50%;
    margin: auto 15%;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  body {
    background-size: 64%;
    margin: 5% 6vw;
  }
}

@media (min-width: 1440px) {
  body {
    margin: auto auto;
    max-width: 800px;
  }
}
