/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: Bank_Gothic_Medium;
  src: url("./bank-gothic-medium-bt.ttf");
}

body {
  height: 100vh;
  margin: 0px;
  min-width: 375px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-height: 70px;
  margin-top: 48px;
  margin-left: 24px;
  margin-right: 24px;

  @media screen and (max-width: 809px) {
    margin-top: 24px;
  }
}

.logo img {
  max-width: 100%; /* Image will scale down to fit the container width when necessary */
  height: auto; /* Maintain the aspect ratio of the image */
}

h1 {
  color: #7f5cff;
  font-size: 32px;
  font-family: Bank_Gothic_Medium;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
  margin: 0px;
  text-align: center;
}

h2 {
  color: black;
  font-size: 24px;
  font-family: Bank_Gothic_Medium;
  font-weight: 400;
  word-wrap: break-word;
  margin: 0px;
}

.quote {
  max-width: 874px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

#footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.36px;
  word-wrap: break-word;
  margin: auto;
}

#footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  gap: 8px;
}

#footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  max-width: 984px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 40px;

  @media screen and (min-width: 809px) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
  }
}

#footer img {
  height: 20px;
  width: 20px;
}

#cooming-soon {
  color: black;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.36px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
