.mainBackground{background-image:url(https://wallpapers.com/images/hd/doodle-glowing-artwork-vhu5ts3hs8bxyq5a.jpg);background-repeat:no-repeat;background-size:140% 130%;background-size:cover;background-position:50%}.animation{animation:rainbowBackground 9s linear infinite}.shadow-thick{text-shadow:10px 0 2px #222}.Menu{width:650px;height:50px;display:flex;justify-content:space-evenly;border-radius:5px;align-items:center;background-color:#a3a3a32d;margin:10px auto auto}@keyframes rainbowBackground{0%{background:#9400d31d}16.666%{background:#4c008220}33.333%{background:#0000ff20}50%{background:#00ff0020}66.666%{background:#ffff001b}83.333%{background:#ff80001f}to{background:#ff000017}}@keyframes floatingAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.menu-container{overflow:hidden;transition:max-height .3s ease-out}.menu-container.expanded{max-height:300px}.menu-container.collapsed{max-height:0}