*{
    box-sizing: border-box;
    font-family: 'Press Start 2P', cursive;
}

canvas{
    height: 99.47532vh;
    width: 100vw;
}

#parent{
    position: relative;
    display: inline-block
}

#startMenu{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.title{
    color: white;
    text-shadow: 0 0 10px #4d3533;
    font-size: 60px;
    margin-top: 7%;
}

#start-button, #help-button{
    justify-content: center;
    text-align: center;
    width: 200px;
}

#git{
    position: absolute;
    bottom: 0;
}

#help-box{
    display: none;
}
