* {
    margin: 0;
    padding: 0;
}

#game {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 45px;
}

body {
    background-color: #008000;
}

#img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
}