#container{
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 20px;
    /* margin:  0px 0px 5px; */
    text-align: center;
}
h2{
    color: hsl(195, 100%, 50%);
    background-color: black;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
}
p{
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}
#side1{
    width: 50%;
    text-align: center;
}
#side2{
    width: 50%;
    text-align: center;
    
}
input{
    width: 50%;
    font-size: 20px;
    text-align: center;
    border: none;
    background-color: hsl(195, 100%, 50%);
    border-radius: 7px;
}
input:focus{
    background-color: hsl(195, 100%, 70%);
}

#inputs {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    border-radius: 10px;
}

#selected{
    margin: 10px 0px 0px;
    color: black;
    /* height: 175px; */
}
#selected img{
    border-radius: 5px;
    transition: .3s ease;
    filter: brightness(100%);
    cursor: pointer;
    margin: 0 2px;
}
#selected img:active{
    filter: brightness(50%);
}
#selected .paper{
    width: 20%;
}
#selected .coin{
    width: 10%;
}


#doneButton{
    font-family: Arial, sans-serif;
    transition: .3s ease;
    background-color: hsl(195, 100%, 50%);
    border: none;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: bold;
    font-size: large;
    color: black;
    text-transform: uppercase;
    margin: 0px 0px;
    cursor: pointer;
    
    letter-spacing: 5px;
}
/*Nagyobb képernyőhöz*/
/* #doneButton:hover{
    
    background-color: hsl(195, 100%, 50%);
} */
#doneButton:active{
    transition: .35s ease;
    background-color: hsl(195, 100%, 30%);
}

#moneyArea{
    transition: 1s;
    margin: 40px 0 0px;
    border-radius: 5px;
    filter: brightness(100%);
    /* overflow: hidden; */
}
#moneyArea img{
    filter: brightness(100%);
    transition: .3s ease;
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
    margin: 0 5px;
    
}
#moneyArea img:active{
    filter: brightness(50%);
}
#coins img{
    width: 18%;
    margin: 0 5px;
}

