@import"https://fonts.googleapis.com/css2?family=Chewy&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.main-home-page{display:flex;justify-content:center;height:100%;width:100%;margin-top:100px}.homepage{width:95%;max-width:2000px;height:100%;display:flex;gap:20px;flex-direction:column}.info{max-width:800px;display:flex;flex-direction:column;gap:20px}.right-decorations{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px;right:220px;top:250px}.dino img{color:#fff;mix-blend-mode:color-burn;animation:animateImages 2s steps(10) infinite}.holy-moly img{height:100px;animation:animateImages 2s steps(10) infinite}@keyframes animateImages{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.card{padding:20px;background:#fff;border-radius:12px;box-shadow:0 0 15px #0000001a;text-align:center;width:fit-content;height:fit-content;max-width:300px;position:relative;display:flex;justify-content:center;align-items:center}.card img{height:300px;width:300px;position:relative;left:0;top:0;margin:auto;object-fit:contain}.btn{padding:20px;width:fit-content;color:#000;border:1px solid black;border-radius:5px;cursor:pointer}.main-navbar{display:flex;justify-content:center;align-items:center;height:100px;width:100%;position:fixed;top:0;left:0;z-index:1000000}.logo h1{font-size:2rem;mix-blend-mode:difference;color:#fff;pointer-events:auto;animation:changeColor 5s infinite}.navbar{width:95%;max-width:2000px;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:transparent}.navigation{display:flex;gap:10px}.main-footer{width:100%;display:flex;height:400px;justify-content:center;align-items:center;background-color:#fff;margin-top:100px}.footer{width:95%;height:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.logoFooter{display:flex;flex-direction:column;gap:10px}.logoFooter h1{font-size:2rem;color:#000;animation:changeColor 5s infinite}.logoFooter span{max-width:600px;color:#000}.logoFooter a{color:#002a68}.links{display:flex;flex-direction:column;gap:10px}.links a{color:#000}@keyframes changeColor{0%{color:red}50%{color:green}to{color:#00f}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter;color:#ebebeb}html,body,#root{height:100%;width:100%;background-color:#272727}body{overflow-x:hidden}.main-about-page{margin-top:100px;width:100%;height:100%;display:flex;justify-content:center}.about-page{width:95%;height:100%}.mega-dogs-page{width:100%;display:flex;justify-content:center}.dogs-page{width:95%;height:100%}.dog-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;margin-top:100px}.about-page span,.about-page ul{margin-top:20px}.text{display:flex;justify-content:center;align-items:center;width:95%;margin:100px}.text h1{font-size:50px}.main-dogs-grid-hello{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;width:105%}.buttonsNext{margin-top:100px;margin-bottom:100px;width:100%;display:flex;justify-content:center;align-items:center}.dogs-page h1{text-align:center;margin-top:100px;font-size:45px}a:hover{text-decoration:none!important}
