@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

body {
	margin: 0;
	padding: 0;
	background-color: #03174D;
	width: 100%;
	min-height: 100vh;

	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

	font-family: 'Inter', sans-serif;
	font-size: 1rem;
}

a{
	text-decoration: none;
	color: #03a9f4;
}

a:hover{
	color: #03a9f4dd;
}
