.next_race{
	height: 140px;
    width: 100%;
    display:flex;
	background-color: black;
}

.next_race_left{
	display:flex;
	width: 70%;
	height: 226px;
}

#dat_next_race{
	color: white;
	position: absolute;
	font-family: Inter;
	font-size: 20px;
	font-weight: bold;
	margin-left: 40px;
}

#next_race_image{
	margin-top: 47px;
	margin-left: 35px;
	height: 80px;
	width: 110px;
	padding-right:8px;
	padding-left: 10px;
	padding-top: 4px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-radius: 36px;
}

#next_race_text{
	color:white;
	position: absolute;
	margin-left: 180px;
	margin-top: 47px;
	font-family: Inter;
	font-size: 50px;
	font-weight: bold;
	border-top: 2px solid white;
	padding-top: 10px;
	padding-left:20px;
	width: 700px;
}


.next_race img{
	position: relative;
	margin-right: 0px;
}