#game-instruction-paragraph-mobile{
    white-space: pre-line;
}

@media only screen and (max-width: 600px){
#game_instruction_modal .modal-title{
    font-size: 2.2em;
}
}

@media only screen and (max-width: 600px){
    #game-instruction-paragraph-mobile {
        font-size: 1.15em;
        font-family: "HelveticaNeueW01-45Light";
    }
}

#start-btn {
    background-color: transparent;
    color: white;
}