@charset "UTF-8";#top_start_container{position:relative;overflow:hidden}.dropzone{background-color:#b8b6b6;border:dashed 4px transparent;margin:10px auto 30px;padding:10px;border-radius:90% 50% 70% 20%/50% 40% 50% 90%;width:55%;height:40vh;transition:background-color .3s}.drop-active{border-color:#aaa}.drop-target{background-color:#29e;border-color:#fff;border-style:solid}.drag-drop{min-width:40px;touch-action:none;transform:translate(0);transition:background-color .3s}#radish{transform:rotate(-10deg)}#strawberry{transform:rotate(15deg)}#onion{transform:rotate(45deg)}#mushroom{transform:rotate(-35deg)}#peach{transform:rotate(-15deg)}#melon{transform:rotate(-45deg)}#lettuce{transform:rotate(35deg)}#eggplant{transform:rotate(-30deg)}#asparagus{transform:rotate(15deg)}#album_container{height:100vh;overflow:hidden}.gallery-image{position:absolute;width:100%;max-height:calc(100% - 20vh);-o-object-fit:cover;object-fit:cover;opacity:0;animation:fadeInOut 32s forwards}.gallery-image:nth-child(1){animation-delay:0s}.gallery-image:nth-child(2){animation-delay:4s}.gallery-image:nth-child(3){animation-delay:8s}.gallery-image:nth-child(4){animation-delay:12s}.gallery-image:nth-child(5){animation-delay:16s}.gallery-image:nth-child(6){animation-delay:20s}.gallery-image:nth-child(7){animation-delay:24s}.gallery-image:nth-child(8){animation-delay:28s}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}60%{opacity:1}70%{opacity:0}to{opacity:0}}.gallery-image.active{animation:none;opacity:1}.fade-in{opacity:1;transition:opacity .5s ease,transform .5s ease}.fade-out{opacity:0;transition:opacity .5s ease,transform .5s ease}.no-spacing{margin:0;line-height:1}
