body{margin:0;padding:0;font-family:Montserrat,sans-serif;height:100%;overflow-x:hidden}body{margin:0;background-color:#f4f1e9}header{padding:1rem;text-align:center;font-size:2rem;font-weight:700;color:#333}.content{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;overflow:hidden;min-height:96vh}:root{--bg: #F0DBA5;--yellow: #F29F58;--red: #AB4459;--green: #441752}.blob-cont{display:flex;justify-content:center;align-items:center;position:absolute;height:500px;width:500px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.blob{border-radius:100px;position:absolute;filter:blur(60px)}.yellow{background-color:var(--yellow);height:200px;width:200px;animation:yellow 8s infinite ease;top:200px;left:100px}.green{background-color:var(--green);height:200px;width:250px;animation:green 8s infinite ease;top:80px;right:-20px}.red{background-color:var(--red);height:250px;width:200px;animation:red 8s infinite linear;top:300px;right:0}@keyframes yellow{0%{top:200px;left:100px;transform:scale(1)}30%{top:300px;left:150px;transform:scale(1.2)}60%{top:100px;left:200px;transform:scale(1.3)}to{top:200px;left:100px;transform:scale(1)}}@keyframes green{0%{top:80px;right:-20px;transform:scale(1.2)}30%{top:300px;right:-20px;transform:scale(1)}60%{top:200px;right:100px;transform:scale(1)}to{top:80px;right:-20px;transform:scale(1.2)}}@keyframes red{0%{top:250px;right:0;transform:scale(1)}30%{top:150px;right:150px;transform:scale(1.4)}60%{top:250px;right:100px;transform:scale(1)}to{top:250px;right:0;transform:scale(1)}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:1000;background-color:#f4f1e9;height:7vh}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:40px;width:auto}.navbar-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.navbar-links li a{text-decoration:none;color:#333;font-size:1rem;transition:color .3s ease}.navbar-links li a:hover{color:#007bff}.canvas-container{width:100%;height:500px;position:relative;margin:0 auto;display:block}
