option{
    font-size: 35px;
    background-color: #F6AA46;
    color: #6E3A06;
}

option:checked{
    font-size: 35px;
    background-color: #6E3A06;
    color: #F6AA46;
}

#card{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 300px;

    border-width: 3px;
    border-radius: 10px;
    border-color: #F6AA46;
    border-style: solid;
    
    top: 100px;
    justify-self: center;

    background-color: #6E3A06;
    overflow: hidden;
}

#search-bar{

    background-color: #6E3A06;
    
    border-width: 0px 0px 0px 0px;
    border-radius: 10px;
    border-style: solid;
    border-color: #F6AA46;

    color: #F6AA46;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

#img{
    width: 100%;
}

.stat{
    display: flex;
    padding: 0px 5px 0px 5px;
}


.stat > h3{
    flex-grow: 1;
    color:#ff9100;
    margin-top: 0px;
}

.stat > h4{
    justify-self: end;
    align-self: flex-end;
    flex-grow: 1;
    text-align: end;
    color:#ffab3d;
    margin-top: 0px;
}