    * {
      padding: 0;
      margin: 0;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-size: 15px;
    }

    body {
      
    }

    img {
      width: 50%;
    }

    .coin {
      width: 50px;
      position: absolute;
       left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
	     transition: margin-left 2s;
    }
	 

    .line {
      position: relative;
      height: 25px;
      border-bottom: 2px dashed grey;
    }

    

    span {
      position: absolute;
      left: -110px;
      top: 5px;
      bottom: 0;
      text-align: center;

    }

   
	
	.line:hover {
      
      background-color: #868788;
    }

    .racetrack {
      background: #9DA0A58A;
      width: 80%;
	  margin-left:120px;
    }

    .hidden {
      display: none;
    }
	
	.aftercar{
		 top: 5px;
		left: 100px;
	}
	
	.mcap {
		position: absolute;
		top: 5px;
		right: 1%;
	}
	
	h1{
		margin:auto;
		width:90%;
		 text-align: center;
		 font-size:30px;
	}
	
	.small{
		margin:auto;
		width:90%;
		 text-align: center;
		 font-size:10px;
	}