.homePage{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.homePageWrapper{text-align:center;width:60%}.homePageWrapper>h1{margin-bottom:15px}.btnWrapper{margin-top:15px;display:flex;justify-content:space-around}.codePageBtn,.loginPageBtn{font-weight:600;cursor:pointer;border-radius:6px;padding:8px;background-color:var(--ligth-grey);border:2px solid var(--ligth-grey);color:var(--white)}.codePageBtn:hover,.loginPageBtn:hover{color:var(--ligth-grey);background-color:var(--white);border:2px solid var(--white)}@keyframes rotate{to{transform:rotate(360deg)}}@media only screen and (max-width: 600px){.homePageWrapper{width:90%}}
