@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap'); :root { font-family: "Inter", sans-serif; background-color: black; color: white; width: 69%; margin: auto; } h1, h2, p { font-family: "Inter", sans-serif; text-align: center; } p { font-size: 1.2em; } a { color: #bb99ff; text-decoration: none; text-shadow: 0 0 5px; } * { /* unfucks some stuff */ box-sizing: border-box; } .contacts { width: 550px; margin:auto; display: grid; grid-template-areas: /* i know how to do it this way, */ 'one two three'; /* so shut up about the "right way" */ grid-gap: 10px; padding: 10px; grid-auto-columns: 1fr; grid-auto-rows: 1fr; } .contact { float: left; width: 170px; padding: 15px; background-color: #232629; border-radius: 10px; text-align: center; opacity: .9; position: relative; transition: opacity .25s; } /* some hacky shit to make