body {
    background-color: #383838;
    text-align: center;
}

#game-Container {
    background-color: azure;
    margin: 50px auto;
    display: inline-block;
    position: relative;
    width: 1600px;
    height: 900px;
}

#flower {
    border: none;
    background-color: transparent;
}