@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--yellw-theme-background-color:#1d1d1d;--yellow-theme-main-color:#ff4242;--yellow-theme-main-color:#ffdd40;--yellow-theme-sub-text-color:#fff;--yellow-theme-nav-background-color:#181818}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}html{font-size:62.5%}body,html{height:100%}body{background-color:#181818;background-color:var(--yellow-theme-nav-background-color)}#root,.App{height:100%}.App{overflow:hidden}.App__main-page-content{height:calc(100% - 80px)}.home{align-content:center;flex-direction:column;height:100%;position:relative}.home,.home__text-wrapper{display:flex;justify-content:center}.home__text-wrapper h1{color:var(--yellow-theme-main-color);font-size:8rem;font-weight:500;line-height:10rem;margin:0;overflow:hidden;position:relative;white-space:nowrap}.home__contact-me{display:flex;justify-content:center;margin-top:15px}.home__contact-me button{background:#0000;border:1.5px solid var(--yellow-theme-main-color);border-radius:4px;color:var(--yellow-theme-main-color);cursor:pointer;font-size:2rem;font-weight:500;padding:10px 70px}.home__contact-me button:hover{background:var(--yellow-theme-main-color);color:#000}@media only screen and (max-width:550px){.home__text-wrapper h1{font-size:3rem;line-height:5rem}}@media only screen and (min-width:551px)and (max-width:768px){.home__text-wrapper h1{font-size:4rem;line-height:6rem}}@media only screen and (min-width:769px)and (max-width:990px){.home__text-wrapper h1{font-size:6rem;line-height:8rem}}@keyframes typingEffectAnimation{0%{width:0}to{width:100%}}.navbar{font-size:20px;height:80px;justify-content:center;position:sticky}.navbar,.navbar__container{align-items:center;display:flex}.navbar__container{flex:1 1;height:inerhit;width:100%}.navbar__container__logo{color:var(--yellow-theme-main-color);cursor:pointer}.navbar__container__logo img{height:80px;padding:10px;width:100%}.navbar__container__menu{display:flex;list-style:none;text-align:center}.navbar__container__menu__item{font-size:26px;line-height:40px;margin-right:20px}.navbar__container__menu__item:after{background:#0000;content:"";display:block;height:3px;transition:all .5s ease;width:0}.navbar__container__menu__item:hover:after{background:var(--yellow-theme-main-color);width:100%}.navbar__container__menu__item__links{color:var(--yellow-theme-main-color);padding:.5rem;text-decoration:none}.nav-icon{display:none}@media only screen and (max-width:768px){.navbar__container__menu{display:flex;flex-direction:column;justify-content:center;left:-110%;opacity:1;position:absolute;top:80px;transition:all .5s ease;width:100%}.navbar__container__menu.active{background:#181818;left:0;opacity:1}.navbar__container__menu__item{border-bottom:1px solid #282828;margin:0;padding:20px 0}.nav-icon{color:var(--yellow-theme-main-color);cursor:pointer;display:block}}
/*# sourceMappingURL=main.e0be93b8.css.map*/