body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Verdana,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#000;height:100vh;width:100vw}.App,.innerContainer{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.innerContainer{height:calc(100vh - 50px);max-height:100%}.topText{font-size:20px;font-weight:700;margin:4px;padding:0}.bottomText{font-size:12px;margin:4px;padding:0}.bottomImage,.topImage{max-height:40%}.bottomImage,.sadImage,.topImage{max-width:100%;object-fit:contain;width:auto}.sadImage{max-height:20%}.jordiImage{border:8px solid #dbdbdb;max-height:40%;max-width:100%;object-fit:contain;width:auto}p{color:#fff;padding:16px;text-align:center}#btn{-webkit-tap-highlight-color:transparent;align-items:center;background:#222;border:none;border-radius:10px;color:#eee;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;min-width:250px;padding-top:5px;position:relative;transition:1s;width:250px}#btn #circle{background:transparent;border-radius:50%;height:5px;left:50%;overflow:hidden;position:absolute;top:0;transition:.5s;width:5px}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}#btn:hover{background:#616161}#btn:hover #circle{border-bottom:2px solid #eee;border-radius:0;height:50px;left:5px;width:240px}.wrapper{align-items:center;border-radius:5px;display:inline-flex;height:50px;justify-content:center;width:100%}.wrapper .option{align-items:center;background:#e4e4e4;cursor:pointer;display:flex;flex:1 1;height:100%;justify-content:space-evenly;max-width:200px;transition:all .3s ease}.wrapper .option .dot{background:#d9d9d9;border-radius:50%;height:20px;position:relative;width:20px}.wrapper .option .dot:before{background:#488b4d;border-radius:50%;content:"";height:12px;left:4px;opacity:0;position:absolute;top:4px;-webkit-transform:scale(1.5);transform:scale(1.5);transition:all .3s ease;width:12px}input[type=radio]{display:none}#option-1:checked:checked~.option-1,#option-2:checked:checked~.option-2{background:#488b4d}#option-1:checked:checked~.option-1 .dot,#option-2:checked:checked~.option-2 .dot{background:#fff}#option-1:checked:checked~.option-1 .dot:before,#option-2:checked:checked~.option-2 .dot:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.wrapper .option span{color:grey;font-size:16px}#option-1:checked:checked~.option-1 span,#option-2:checked:checked~.option-2 span{color:#fff}
/*# sourceMappingURL=main.3417dd76.css.map*/