body a {
	color: white;
}

body a: hover{
	color: rgb(148,163,184);
}

body .footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgb(29, 43, 65, 0.9);
}

.this_step{
	color: white;
}

body .input-group-text{
	background-color: rgb(148,163,184);
}

body{
    color: rgb(148,163,184);
    background-color: #0F1A29;
    background-image: radial-gradient(145.05% 100% at 50% 0%,#1D2B41 0%,#020509 57.38%,#0F1A29 88.16%);
}
