@font-face { font-family: 'RustFont'; src:url("https://cdn.discordapp.com/attachments/721726224027746304/734997641275899955/Rust.ttf") format("truetype"); font-weight:normal; font-style:normal } .background { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url(https://i.imgur.com/VuIIOun.jpg); background-position: center center; background-size: cover; height: 100vh; } .row { padding-top: 30vh; padding-left: 10vw; padding-right: 10vw; } .product { background: rgba(0,0,0,0.85); margin-left: 3vw; margin-right: 3vw; height: auto; padding-bottom: 30px; } .productimage { width: 50%; margin-left: 24%; margin-top: 50px; margin-right: 24%; } .product h2 { text-align: center; margin-top: 20px; color: white; font-family: RustFont; } .product p { text-align: center; margin-top: 20px; color: white; } .link { width: 100%; margin: auto; text-align: center; /* background: white; */ padding: 20px 40px; } .link a { color: black; width: 100%; padding: 20px 60px; background: white; }