.titleBar {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vh;
}

.titleBar .titleBarText {
    position: relative;
    margin: 5px 50px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1em;
    font-family: "Gilroy";
}