* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  overflow: hidden;
}

.main {
  position: relative;
  min-height: 100dvh;
}

.hero {
  position: absolute;
  inset: 0;
  background: url("/images/coming_soon7.jpg") center/cover no-repeat;
  z-index: -1;
  image-rendering: auto;
}

nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: white;
}

span {
  font-size: 20px;
  font-weight: bold;
}

.bg-image {
  flex: 1;
  width: 100%;
  object-fit: cover;
}

.logo-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
