.timer{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#ccc;
    height:100%;
    width:100%;
}
.loader {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.car {
	animation: shake 0.2s ease-in-out infinite alternate;
    transform-origin: center right;
    stroke-dasharray: 22;
    animation: line 0.8s ease-in-out infinite;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-delay: 0.2s;
    animation-delay: 0.4s;
}