*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));animation:fadein 2s}footer{color:#000;padding:30px 0;font-size:22px}footer,h1{text-align:center}h1{font-size:60px}h2{font-size:40px;text-align:center;font-weight:400}a{color:inherit;text-decoration:none}.concrete{background-image:url(/concrete.jpeg);border:2px solid #000;border-top:1px solid #000;height:500px;width:500px;display:flex;justify-content:center;align-items:center;margin:30px}.concrete img{border:2px solid #000;width:300px;height:300px}@media (max-width:700px){h1{font-size:30px}h2{font-size:22px}footer{font-size:18px}.concrete img{width:200px;height:200px}.concrete{height:300px;width:300px}}@keyframes fadein{0%{opacity:0}to{opacity:1}}