.address-form-container{padding:2rem 0;display:flex;flex-direction:column;align-items:center;height:100vh}h1{margin-bottom:2rem}form{width:50%;display:flex;flex-direction:column;align-items:center}input{width:100%;margin-bottom:1rem}.nft-card-grid{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));@media screen and (max-width: 768px){grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.nft-card{height:20rem;max-width:400px;background-size:cover;background-position:center;background-repeat:no-repeat}.nft-card img{height:100%;width:100%;object-fit:cover}.nft-card button{margin-top:10px}.nft-card:hover{box-shadow:0 0 10px #00000080;transform:translateY(-5px)}.paginate-container{padding:1rem 0;display:flex;align-items:center;justify-content:center}.paginate-container a{padding:.5rem}
