﻿@import "/UI/Styles/styles.scss";

IntroPhase {
    position: absolute;
    left: 40px;
    bottom: 40px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-weight: bold;
    font-family: $font-primary;
    font-size: 64px;
    color: $text-primary-color;
    text-stroke: 10px black;

    .objective {
        font-size: 40px;
    }
}
