/* Full-page green background */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-color: #051212; */
  background-color: black;
  font-family: sans-serif;
  color: #ecfdf9;
}

/* Centering container */
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

/* Logo styling */
.logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* Subtitle styling */
.subtitle {
  margin-top: 1rem;
  /* font-family: 'Chivo', sans-serif; */
  font-family: "Source Sans 3", sans-serif;
}

h3{
  margin-top: 1rem;
  /* font-family: 'Chivo', sans-serif; */
  font-family: "Source Sans 3", sans-serif;
  /* font-family: 'Chivo', sans-serif; */
}