

h1, h2, h3, div {
  font-family: "Roboto Mono",  monospace;  
}

body {
  margin: 0;
  padding: 0;
  background-color: black;  
  color: #fff;
}

.container {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.full-height-column {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.flex-grow-bg {
  flex-grow: 1;
  background-image: url('./assets/Cover image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;  
}

.text-section {
  background-color: black;
  padding: 3rem; 
}

.text-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #6b7280;
  gap: 2rem; 
}

.text-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;  
}

.text-section h2 {
  font-size: 1.5rem; 
  margin-top: 0.5rem;
  margin-bottom: 0;
}

h1 {  
  font-size: 4rem;
  font-weight: 700;
  margin: 8;
  text-align: center;
}

strong {
  font-weight: 700;
  font-style: italic;  
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.body-text {
  font-size: 1.25rem;
  color: lightgray;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: justify;
  hyphens: auto;
}

code {
  font-weight: 100;
  font-style: italic;
}