@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

#game {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#canvas1 {
    border: 2px solid black;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

#player {
    display: none;
}
h4{
    font-weight: 500;
}
h5{
    font-weight: 500;
}