@font-face { font-family: 'fontUno'; src: url('fonts/fontUno/Monoton-Regular.ttf'); } body { padding: 0; margin: 0; box-sizing: border-box; background-image: url("img/quatro.jpg"); background-size: cover; background-attachment: fixed; } .wrapper { display: flex; justify-content: center; align-items: center; text-align: center; } .innerDiv { padding: 15px; width: 45%; color: white; } .info{ display: flex; flex-direction: column; align-items: center; justify-content: center; } p{ border-top: solid 3px white; padding-top: 2rem; } h1 { color: white; font-family:'fontUno'; } button { background-color: rgba(0,136,169,1); border-radius: 50px; padding: 20px; border: none; cursor: pointer; text-decoration: none; font-size: 1.3rem; color: white; } a { text-decoration: none; }