[hidden] {
    display: none !important;
}

#titleScreen {
    display: grid;
    height: 100%;
}
#start {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

#gameContent {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    height: 90vh;
    width: auto;
    display: flex;
    flex-direction: column;    
    justify-items: center;
    align-items: center;
}

#meta {
    padding: 10px;
    display: flex;
    flex-direction:row;
    align-items: center;
}


#spriteWrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    max-width: 95%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    min-width: 0;
    object-fit: contain;
}

#sprite {
    max-height:85vh;
    height: 100%
    object-fit: contain;
    display: block;
    flex:1;
}

#interact {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}

.interactButton {
    padding: 5px 5px 0px; 
    width: 4em;
}

.metaButton {
    padding: 0px 10px; 
    width: 4em;
}
