* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0e0f11;
  color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 20px;
  position: relative;
}

.email {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.email a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
}

.email a:hover {
  text-decoration: underline;
}

.hero-content {
  text-align: center;
  margin: auto 0;
}

.logo {
  height: 100px;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #ffffff;
}

.tagline {
  font-size: 20px;
  color: #cfcfcf;
}

.footer {
  text-align: center;
  font-size: 14px;
  color: #cfcfcf;
}
