@import "/UI/Styles/Theme.scss";

MainHUD
{
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: $text-color;
}

.crosshair
{
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: white;
}