main{
    min-height: 100vh;
	background-position:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

footer{
	color:white;
	background-color:#000;
}

:root{
	--bs-blue:#bb288e;
	--bs-body-bg: #222;
}

body{
	color:white;
	font-family: 'Inter', sans-serif;
}

.strong{
	font-weight:500;
}

.choice_platform a{
	transition:all 0.3s;
}

.choice_platform:hover a{
	opacity:0.3;
}

.choice_platform a:hover{
	opacity:1;
}