﻿.IntroMainContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center; /* Optional: center any inline content too */
}

.EmptySpace {
    width: 100%;
    height: 223px;
}
.peakyblindersheadertext {
  /*  width: 66%;*/
}
.SubText {
    width: 90%;
    color: white;
    font-size: 3.8vw;
}
.scoretrackerbutton {
    width: 80%;
    
}
.bonusquestionbutton {
    width: 80%;
   
     
}

.ScoreTrackerLink, .BonusQuestionLink {
    display: inline-block;
    text-decoration: none;
}

.NavInfoButton {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 50px;
 
    z-index: 3;
    width: 50px;
}
.indexinfotext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 3;
}

.SoundMode {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 50px;
    z-index: 3;
}

.copyright {
    font-size: 10px;
    height: 157px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: center;
    color: white;
}