.lottery-result {
    width: 100%;
}

.sticker-image img{
    width: 100%;
    height: auto;
}

.won-text {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}

.won-text-sub {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}


.lottery-code {
    width: 80%;
    margin: 0 auto;
    border: 1px solid gray;
    background-color: #FF8C00;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    padding: 5px;
    display: block;
}


.lose-text {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}


.lose-text-sub {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
