.bodyContainer .banner{
    width: 100%;
    height: 200px;

    font-size: 100px;
    font-weight: 900;
    font-family:'Times New Roman', Times, serif;

    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 0px;

    background-image: url("/Images/staticResources/imtnsBanner.png");
    background-size: cover; 
    background-position-y: -450px;

}
.banner p {
    font-family:'Courier New', Courier, monospace;
    color: rgb(255, 255, 255);
    mix-blend-mode:difference;
}