#contentBelowMenu {
    margin-top: 50px;
}

.headerContent {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.headerSpace {
    margin-bottom: 24px;
}

.tableContent {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-left: 50px;
    margin-bottom: 70px;
}

.tableContent p{
    margin: 1em 0 !important;
}

.tableContent a:focus-visible{
    padding: 2px 4px;
}

.anchor-link a:focus-visible{
    padding: 2px 5px !important;
}

.ssoErrorButton {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	background-color: #eaab00;
	border: none !important;
	height: 40px;
	width: 69px;
	margin-bottom: 70px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
