
div.home-intro
	{
		font-size: 34px;
		font-family: Grenze;
		color: white;
		margin-bottom: 10px;
    }
    

.race-img
	{
		width: 180px;
	}

.race-desc
	{
		word-wrap: break-word;
		word-break: normal;
		height: 40px;
		width: 190px;
	}

.race-bonus
	{
		color: white;
		word-wrap: break-word;
		word-break: normal;
		height: 60px;
	}

.race-container
	{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
.race-box
	{
		width: 250px;
		margin: 0px 10px 10px 0px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
	}