body {
    background-color: rgb(13, 25, 36);
    color: rgb(255, 254, 254);
}

.container {
    width: 650px;
    height: 700px;
    margin: 250px auto;
    padding: 5px 10px;
    background-image: url(fon.png);
    /* opacity: 0.5; */
    border-radius: 10px;
}

h1 {
    text-align: center;
    font-size: 3rem;
}

.info {
    font-size: 20px;
}

.form {
    width: 390px;
    height: 50px;
    margin: 10px auto;
    /* color:rgb(9, 5, 49); */
}

.lastResult {
    /* background-image: url("./fire.gif"); */
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FF5722;
    font-size: 2rem;
    background-position: 75px -10px;
    /* padding: 20px; */
}
.lastResult.win {
    background-position: 200px 10px;
    height: 230px;
}


