:root{--main-green-color:#74ebd5;--main-purple-color:#acb6e5;--main-text-color:#071540}body{background:var(--main-green-color);background:linear-gradient(to right,var(--main-purple-color),var(--main-green-color));background-attachment:fixed;background-repeat:no-repeat;box-sizing:border-box;font-family:sculpin,sans-serif;margin:0;padding:0}main{display:flex;flex-direction:column;justify-content:center;min-height:100vh}.container{margin:0 auto;max-width:960px;padding:2.5rem 1rem;width:calc(100% - 30px)}@media (max-width:500px){main{justify-content:flex-start}}
