body {
    background-color: black;
    overflow: hidden;
    margin: 0;
}

canvas {
    display: block;
    margin: 0 auto;
}

#titleScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

#startButton {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 30px;
    cursor: pointer;
}
