:root{
	--col-one: #672A78;
	--col-two: #124780;
	--col-three: #F4BEF7;
	--radius: 20px;
}

body {
	justify-content: center;
	text-align: center;
	background: var(--col-one);
	font-family: Helvetica, Verdana;
	color: var(--col-three);
}

.site-header {
	padding: 0.5em;
	text-align: center;
	background: var(--col-two);
	color: var(--col-three);
	margin: auto;
	margin-bottom: 1em;
	max-width: 700px;
	border-radius: var(--radius);
}

.header-text {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
}

.info {
	padding: 0 0.5em;
	text-align: center;
	font-size: x-small;
	border-style: solid;
	border-width: 1px;
	border-color: var(--col-two);
	color: var(--col-three);
	background: var(--col-one);
	margin: auto;
	margin-bottom: 2em;
	max-width: 700px;
	border-radius: var(--radius);
}

.small {
	font-size: small;
	font-weight: lighter;
	color: var(--col-three);
}

.bold {
	color: var(--color-three);
        font-weight: bold;
	font-size: large;
}

a, a:hover a:active, a:visited{
	color: var(--col-three);
}
