@font-face {
  font-family: Gotham;
  src: url(../font/GothamRounded-Book.otf);
}
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Gotham;
}
:root {
  --sans: "Source Sans Pro", sans-serif;
}

.coming-soon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .coming-soon-img img {
    width: 100%;
  }
}
