body { color: #c0c0c0; background: #262626; display: flex; justify-content: center; align-items: center; height: 100vh; font-family: 'Poiret One', Helvetica; } div { text-align: center; } .center { display: block; margin: 0 auto; } .avatar { border-radius: 100px; } .links { font-size: 2em; text-align: center; } .links a:link { text-decoration: inherit; color: inherit; } .links a:visited { text-decoration: inherit; color: inherit; }