/* Reset some default margins and paddings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Poppins", Arial, sans-serif;
}

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

.container {
  text-align: center;
}

.logo {
  max-width: 200px;
  margin-bottom: 0px;
}

.coming-soon-text {
  font: bold;
  font-size: 18px;
  color: #eb6414;
}
