html{height:100%}body{min-height:100%;background-image:-webkit-gradient(linear,left top,right bottom,from(#9315f9),color-stop(#a41bea),color-stop(#b024dc),color-stop(#b92fcf),color-stop(#be3bc3),color-stop(#c83bba),color-stop(#d03db1),color-stop(#d640a9),color-stop(#e3399f),color-stop(#ee3293),color-stop(#f72d87),to(#ff2b7a));background-image:linear-gradient(to right bottom,#9315f9,#a41bea,#b024dc,#b92fcf,#be3bc3,#c83bba,#d03db1,#d640a9,#e3399f,#ee3293,#f72d87,#ff2b7a);margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.card{display:flex;flex-direction:column;align-items:center;background:#faebd7;padding:16px;border:4px solid #000;border-radius:8px;margin:8px}.card-name{padding-bottom:8px;font-size:larger;font-weight:500}.card-count{display:flex;width:100%;justify-content:space-between;margin:8px}.card-count-button{padding:8px;flex-grow:1}.card-count-total{align-self:center;margin:0 16px}.card-edit-link{display:flex;width:100%;text-decoration:none}.card-edit-button{flex-grow:1;background-color:#ffd03b;padding:12px}.card-edit-button,.card-image{border-color:grey;border-radius:4px}.card-image{margin:8px 0}.card-delete-button{align-self:stretch;background-color:#e30087;border-color:grey;border-radius:4px;padding:12px}.cards-list{display:flex;flex-wrap:wrap;justify-content:space-around}.cards-header{text-align:center;padding:16px;border:4px solid #000;border-radius:8px;font-size:xx-large;font-weight:600;margin:8px}.cards-filter{display:flex;margin:8px}.cards-filter-box{flex-grow:1;padding:8px;border:4px solid #000;border-radius:8px;font-size:larger}.edit-card{display:flex;flex-direction:column;margin:8px;padding:4px}.edit-card-title{align-self:center;font-size:x-large;padding:8px 0;font-weight:500}.edit-card-form{display:flex;flex-direction:column;margin:8px 0}.edit-card-label{margin-bottom:4px;font-size:large;font-weight:500}.edit-card-input{margin-bottom:8px;font-size:large}.edit-card-input,.edit-card-submit{padding:8px;border:1px solid grey;border-radius:8px}.edit-card-submit{margin:16px 0;font-size:larger}.cards-app{display:flex;flex-direction:column}