@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	min-height: 100vh;
	text-align: center;
	background: linear-gradient(to top left, rgba(111, 186, 213, 1), rgba(40, 96, 180, 1));
}
.img-fluid {
	width:100%;
	border-radius: 10px;
}
h1 {
	font-size: 2.7rem;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: black;
}
h2 {
	font-size: 1.8rem;
	text-align: center;
	color: black;
	line-height: 1.1;
	padding-top: 30px;
}
h3{
	font-size: 1.5rem;
	padding: 0.5rem;
	margin: 0.5rem;
	line-height: 0;
	color:white;
}
a, a:visited {
	font-size: 1.2rem;
	padding: 0.3rem;
	margin-bottom: 2rem;
	color: white;
	display: block;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}
a:hover{
	color: black;
	transform: scale(1.05);
}
span{
	color:white;
}
.coming-soon{
	color: rgb(239, 255, 20);
}