@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

@media screen and (max-width: 800px) {
  #coming-soon {
    width: 100% !important;
  }

  #coming-soon h1 {
    font-size: 100%;
  }

  .button span {
    font-size: 12px !important;
    line-height: unset !important;
  }

  .links {
    width: 80% !important;
  }
}

:root {
  --thumbs-up-font-size: 24px;
}

* {
  margin: 0;
  /* transition: all 0.3s; */
}

body {
  font-family: "Inter", sans-serif;
  color: white;
  /* background: url(""); */
}

#logo {
  z-index: 100;
  color: white;
  position: fixed;
  left: 75px;
  top: 60px;
  margin: 0;
}

#container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1588613254750-cf5d89a29b66?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2500");

  background-attachment: fixed;

  /* background-color: navy; */

  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

#coming-soon {
  width: 800px;
  z-index: 50;
}

h1 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
  cursor: default;
  text-shadow: 4px 0px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

#coming-soon h1 {
  width: 80%;
  margin: 0 auto 24px auto;
}

.email {
  width: 80% !important;
  height: 60px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  display: flex;
  margin-top: 42px;
}

.email input {
  height: inherit;
  padding: 0 32px;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  max-width: 436px;
  width: 70%;
  /* color: crimson; */
}

.button {
  max-width: 204px;
  height: 60px;
  display: flex;
  background-color: black;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  width: 30%;
}

.button span {
  /* position: absolute; */
  /* width: 148px; */
  /* height: 22px; */
  /* left: 954px; */
  /* top: 534px; */
  padding: 0 8px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #ffffff;
}

.button:hover {
  background-color: crimson;
}

#menu {
  /* position: absolute; */
  display: flex;
  justify-content: center;
  width: 100%;
  color: #d8d8d8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  z-index: 300;
}

.links {
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  color: unset;
}

#menu a {
  padding: 0 32px;
  transition: all 0.3s;
}

#menu a:hover {
  color: white;
}

button {
  border: none;
  outline: none;
}
