﻿
@import "_vars.scss";

SpeedRunTimer {
    width: 10%;
    height: 10%;
    position: absolute;
    opacity: 1;
    z-index: 100;
    font-weight: 100;
    transition: all 1s ease-out;
    transition: opacity .1s linear;
    text-align: center;
    align-content: center;
    opacity: 1;
    z-index: 1000;
    left: 8%;
    
    &.open {
        opacity: 0;
    }

    .speedruntimetext {
        font-family: $font-family-title;
        text-shadow: $text-shadow-red;
        color: $white;
        font-size: $font-size-large;
        font-weight: 900;
        position: absolute;
        top: 75px;
        left: 10%;
        transform: translateX(-50%);
    }
}
