@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}#root{margin:0 auto;padding:0}body{margin:0 auto;padding:0;font-family:Inter,sans-serif!important}*{box-sizing:border-box}.typed{font-weight:700;color:#6d6fde;display:flex;justify-content:center;font-family:sans-serif}.zbtn{margin:70px 0!important;font-size:25px!important}.addHover{transition:all .3s ease;position:relative}.addHover:hover{color:#ffc107!important;background-color:#ffc1071a!important}.addHover:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#ffc107;transition:width .3s ease}.addHover:hover:after{width:80%}
