:root{
  --blue: hsl(206, 88.7%, 47.7%);
  --dark: #0A1128;
  --sep-cards: 50px;
}

html {
	scroll-behavior: smooth;
}


body{
  margin: 0px;
  font-family: 'Fanwood Text', serif;
  font-size: 14pt;
}

h2{
  font-family: "League Gothic", sans-serif;
  font-size: 30pt;
  font-weight: normal;
  margin-bottom: 10px;
}

.g-centered-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.g-vertical-center{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
