﻿@import '../Styles/styles.scss';

CourseRaceHud {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: $font-secondary;
  
  .timer-container {
    position: absolute;
    margin: 32px 100px;
    align-items: center;
    gap: 18px;
    
    > img {
      filter: border-wrap(2px black);
      width: 64px;
    }
    
    .timer {
      font-size: 32px;
      font-style: italic;
      color: #e1e1e1;
      text-shadow: 2px 2px 0 black;
    }
  }
}