﻿
 

.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;
}
.StartUpContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.catchphrasecardgameImageDIV {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 55%;
}
.catchphrasecardgameImage {
    
}

.StartupTitle {
    width: 93%;
    color: white;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 10px;
}

.StartupButtons {
    width: 68%;
    display: flex;
    flex-direction: row;
    height: 20%;
    align-items: center;
    justify-content: center;
}
.buzzerbutton{
    width:55%;
    margin-right:20px;
}
.catchphrasebutton {
    width: 55%;
    margin-left: 20px;
}

.IndexInfoText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 166vh;
}