html,
body,
#main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  background: #000 url("images/bg.png") no-repeat center center fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 500px;
  text-align: center;
}

.waiting {
  width: auto;
  height: 28px;
  margin-top: 12px;
  padding: 4px 20px;
  color: #fff;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  opacity: 1;
  transform: perspective(1200px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-size: 14px;
}

.container h1 {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
}

.container p {
  margin-top: 0;
  font-size: 32px;
  font-family: "Instrument Serif";
}

.icon {
  width: 40px;
  display: block;
  margin: 24px auto 0;
}
