#background{
    width: 400px;
    height:auto;
    background-image:linear-gradient(0deg, rgb(2, 68, 2), rgb(25, 124, 25), rgb(2, 68, 2));
    color: white;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin: 30px 0 0 200px;
    align-items: center;
    justify-content: start;
    gap: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight: bold;
}
#blackjack{
    font-size: 45px;
    font-weight: bold;
    color: goldenrod;
    margin:45px 0 10px 0;
}
#gotblackjack{
    font-size: 25px;
    font-style: italic;
}
#card{
    margin-bottom: 0;
}
button{
    background-color: goldenrod;
    color: green;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
#startbtn{
    padding: 10px 40px;   
}
#newbtn{
    padding: 10px 47px;
}
#price{
    font-size: 20px;
    font-weight: bold;
}