*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh;width:100%}header,footer{flex-shrink:0;width:100%}main{flex-grow:1;width:100%}img,video{max-width:100%;height:auto}.header{background-color:transparent;color:#000;padding:10px 20px;display:flex;justify-content:space-between;width:100%;box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000;transition:background-color .3s ease,color .3s ease}.header.scrolled{background-color:#fff;color:#000}.logo-container{display:flex;justify-content:flex-start;margin-left:0}.logo{height:100px;transition:height .3s ease}.header.scrolled .logo{height:80px}.nav-buttons{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-left:auto}.nav-links a{color:#000;text-decoration:none;font-size:16px}.nav-links a:hover{text-decoration:underline}body{margin-top:100px}.home,.about-container,.contact-container{padding-top:100px}
