body { color: white; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%); height: 100vh; font-family: 'Inter', sans-serif; } .title { margin: 7rem auto 1rem; text-align: center; max-width: 600px; } .title .ethlogo { margin-bottom: 2rem; } .arrow { margin: 2rem auto; text-align: center; } .link { display: flex; flex-direction: column; align-items: center; justify-content: center; } .icon { max-height: 2rem; }