
body {
  background-color: white;
  color: black;
  font-family: 'Providence Sans', sans-serif;
}

.maddie_site-wrapper { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.maddie_container-wrapper { 
  margin: auto;
  max-width: 100%;
  width: 50rem;
}

.nav-name { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  background: url(https://file.garden/aJGeN0a3yQqsHPN6/neo-header);
}

@font-face { 
  font-family: 'Providence Sans';
  src: url("providencesans.ttf") format("truetype");
} 