body {
    background-color: black;
    font-family: 'Changa One', cursive;
}

#canvas1 {
    border: 5px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    font-family: 'Creepster', cursive;
}

#hearts-coins {
    position: absolute;
    top: 4px;
    left: 1150px;
    font-size: 36px;
    color: white;
    -webkit-text-stroke: 2px black
}

#container {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 30px;
    color: white;
    -webkit-text-stroke: 1px black;
}

#startScreen {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
    -webkit-text-stroke: 0.5px red;
    font-family: sans-serif;
    font-size: 36px;
    margin-bottom: 6px;
}