body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;width:90px;height:120px;margin:0 15px;font-size:36px;font-weight:700;line-height:110px;transition:transform .5s;position:relative;box-shadow:2px 4px 20px #d3d3d3}.card:hover{transform:scale(1.1)}.card .blue{background:#0466d2;border:3px solid #045cbd}.card .green{background:#149c37;border:3px solid #2ba64b}.card .yellow{background:#fdc72f;border:3px solid #e4b32a}.card .grey{color:#a0a0a0;background:#f7f7f7;border:3px solid #dedede}.card .selected1{transform:translateY(-30px)rotate(6deg)scale(1.1)}.card .selected2{transform:translateY(-31px)rotate(-4deg)scale(1.1)}.card .selected3{transform:translateY(-35px)rotate(3deg)scale(1.1)}.card .selected4{transform:translateY(-40px)rotate(-8deg)scale(1.1)}.card .selected5{transform:translateY(-38px)rotate(8deg)scale(1.1)}.label-small{font-size:14px;line-height:28px;position:absolute;top:0;left:10px}@media screen and (width<=1600px){.card{width:73px;height:110px;margin:0 8px}}.cards-row{justify-content:center;width:100%;display:flex;position:fixed;bottom:-15px}.start-page{z-index:5;background:#b7b7b7d1;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.start-form{filter:drop-shadow(2px 4px 6px #000);background:#f9f9f9;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:500px;height:300px;display:flex}.start-page .start-form input{border:1px solid #999;border-radius:6px;width:190px;height:24px;margin:5px 0 20px;padding:0 5px}.start-page .start-form span{text-align:left;width:200px}.start-page .start-form button{color:#fff;background:#006ece;border:none;border-radius:6px;outline:none;width:200px;height:30px;font-size:16px;box-shadow:inset 0 -1px 9px 5px #2e46d8}button:active{color:#ececec;box-shadow:inset 0 5px 9px 5px #2e46d8}.task-list .task-list-item{cursor:pointer;padding-top:10px}.task-list .selected{background:#00bb2687;width:500px;margin:0 auto}.task-list{border:1px solid;min-width:500px;min-height:300px;position:absolute;top:35px;right:35px}.votes-list{border:1px solid;min-width:500px;min-height:300px;position:absolute;top:35px;left:35px}.votes-list .votes{justify-content:center;display:flex}
