*{
	box-sizing:border-box;
}
.topnav{
	width:100%;
	background:black;
}
.topnav a{
	padding:20px 20px;
	font-size:20px;
	text-decoration:none; 
	color:white;
	display:inline-block;
}
.topnav a:hover{
	background:red;
}
html,body{
	background:url('../IMAGES/bg1.jpg');
	height:100%;
	margin:0;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
}

#cars{
	background:white;
	height:100%;  
	margin:0;
}
.space{
	color:white;
	font-size:40px;
	text-align:center;
	width:100%;
}
.card{
	width:100%;
	background:#053853;
	margin-top:20px;
	color:white;
}
.card-header{   
	width:100%;	      
	text-align:center;
	font-size:40px;
	margin:0;
	margin-top:20px;
}
.card img{
	width:70%;
}
.card p{
	width:100%;
	font-size:20px;
	margin:0;
	text-align:center;
}
