.start {
    width: 600px;
    height: 50px;
    border: 0;
    margin-top: 10px;
    border-radius: 5px;
    background-color: rgb(0, 61, 0);
    color: #fff;
    font-size: 15px;
}

.score{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.backgrand {
    border-radius: 5px;
}

.game {
    display: flex;
    flex-direction:column;
    align-items: center;
}

body {
    background-color: #23272e;
}

footer {
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    margin-top: 10px;
}

a {
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}