body {
  display: flex;
  justify-content: center;
}

header {
  background-color: white;
}

.header-bar {
  width: 100%;
}

.text {
  max-width: 60rem;
  margin: 10vh 2rem;
}


h4 {
/*  color: #fa4646;*/
  margin-top: 3rem;
}

a:link		{color: black; text-decoration: underline;}
a:visited	{color: black; text-decoration: underline;}
a:hover	    {color: red; text-decoration: underline;}
a:active 	{color: red; text-decoration: underline;}