*{
	border-radius:0px!important;
	/*font-family: 'Raleway', sans-serif;*/
}
body { 
    /* The image used */
    background-image: url("../img/bgp.jpg");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header{
	background: #2A2B2F;
}
footer{
	background: #212121;
}
.card{
	background: #fdfdfd;
	border-top: 5px solid #28a745;
}
legend{
	font-size:1.2rem;
}