﻿
.mainContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh; /*Not this is to fix issues with iphone bottom nav bar*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #8D191C;
}
.copyright {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 7px;
    color: white;
    z-index: 3;
    height: 100%;
    text-align: center;
}

.ChaseBackgroundImage {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    object-fit: scale-down;
    z-index: 0;
}

.EmptySpace {
    Height: 54%;
    width: 100%;
    z-index: 1;
}

.thechasetextheader {
    display: flex;
    Height: 10%;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    align-items: center;
}
.thechasetextheaderImage {
    width: 20%;
}
.StartPageText {
    Height: 10%;
    width: 100%;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 18px;
}
.controlls {
    display: flex;
    flex-direction: row;
     
    width: 398px;
    z-index: 1;
    justify-content: center;
}
.thechasespinnerbutton {
    margin-right:10px;
}
.bonusquestionbutton {
    margin-left: 10px;
}

