/*
Copyright 2025 Electron Volt Limited
*/

@font-face {
	font-family: PoppinsLight;
	src: url(/Poppins-Light.ttf);
}

@font-face {
	font-family: PoppinsLight;
	src: url(/Poppins-Medium.ttf);
	font-weight: bold;
}

body {
	font-family: PoppinsLight;
	color: #042A4E;
	background-color: #EEEEEE;
	text-align: center;
}

img {
	width: 100%;
}

footer {
	padding-top: 20px;
}

#container {
	max-width: 900px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 25px;
}

.psg-logo{
	max-width: 150px;
	margin: auto;
	display: block;
	padding: 10px;
}

.infinity{
	max-width: 500px;
	margin: auto;
	display: block;
	margin-top: 20px;
	border-radius: 15px;
}

.insight{
	color: #652080;
	font-weight: bold;
}

.button{
	background-color: #042A4E;
	border: 2px solid #042A4E;
	color: white;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	transition: color 0.3s, background-color 0.3s;
	transition-delay: 0.1s;
}

.button:hover{
	background-color: #FFFFFF;
	color: #042A4E;
}
