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

h1 {
  position: relative;
  color: black;  
  text-align: center;
  /* text-shadow: 1px 1px 3px black; */
  font-size: 2.6rem;
  font-weight: 350;
  margin-top: 75px;
  margin-bottom: 125px;
}

h2 {
  position: relative;
  color: black;  
  text-align: center;
  text-shadow: 1px 1px 2px black;
  font-size: 2em;
  font-weight: 300;
}

a {
  text-decoration: none;
}

.highlight {
	font-weight: 700;
}

.container {
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container::before {
      content: "";
      background-image: url('template_1.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.70;
}

.color-layer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo {
	z-index: 10;
	max-height: 75px;
}


.button-40 {
  z-index: 10;
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: .9rem 1.5rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}

.button-40:hover {
  background-color: #374151;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-40 {
    padding: .9rem 1.5rem;
  }
}
