﻿IntroPhase {
    position: absolute;
    left: 40px;
    bottom: 40px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-weight: bold;
    font-family: Balsamiq Sans;
    font-size: 64px;
    color: white;
    text-stroke: 10px black;

    .objective {
        font-size: 40px;
    }
}
