 body {
  margin: 0;
  background: #111;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  text-align: center;
}

header {
  height: 85vh; 
  display: flex;
  justify-content: center;
  align-items: center;
}

header h1 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
} 

.inline-links a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  margin: 0 0.6rem;
  transition: color 0.3s;
}

.inline-links a:hover {
  color: #aaa;
}

.wrapper-about {
  width: 65%;
  margin: 0 auto;
}

.wrapper-main {
  width: 100%;
  margin: 0 auto;
}
  
footer {
  
  padding: 2rem;
  font-size: 0.9rem;
  color: #888;
  align-content: flex-end;
}

.center-text {
margin: auto; 
}

@media (max-width: 600px) {
 
header h1 {
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
} 

} 

@media (max-width: 550px) {
 
header h1 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
} 

} 

/* for troubleshooting layout issues :D
* {
outline: 1px solid #f00;
  &:hover {
    outline: 2px solid #f00;
  }
}
*/
