@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;700&display=swap";html,body,#root{padding:0;margin:0;width:100%;height:100%;overflow:hidden}.container{display:flex;min-height:100vh;min-width:100vw;background-color:pink}.front{position:absolute;display:flex;flex-direction:column;min-width:100%;min-height:100%;top:0px}.title{font-size:15rem;margin:5% auto 0;height:250px;font-family:Bebas Neue,cursive}.subTitle{font-family:Roboto,sans-serif;font-size:3rem;margin:0 auto;margin-top:0rem}.smallText{font-family:Roboto,sans-serif;font-size:1rem;margin:0 auto;margin-top:1rem}.githubImage{max-width:10rem;margin:auto;margin-top:3rem}.githubImage:hover{cursor:pointer}@media screen and (max-width: 1100px){.title{font-size:10rem;height:180px}.subTitle{font-size:2rem}}@media screen and (max-width: 600px){.title{font-size:4rem;height:100px;margin-top:15rem}.subTitle{font-size:1rem}}
