:root {
            --inter-font: 'Inter', sans-serif;
        }
        body {
            font-family: var(--inter-font);
        }
        .bg-hero {
            background-image: url('/ADV/ADI/IMAGES/25s4_b-1.jpg');
        }
        .text-shadow {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
.bg-prize{
	background-color:#003366;
	}
.title-prize{
	color:#fff;
}

.top-logo{
	max-width:300px;
}

.indented-paragraph{
	text-indent: 2em;
}

.p_blue{
	color:#003366;
}