@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/tres.png"); background-size:100%; } .wrapper { display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; text-align: center; } .innerDiv { padding: 15px; margin-left: 20%; width: 45%; color: black; } .info{ display: flex; flex-direction: column; align-items: center; justify-content: center; } p{ border-top: solid 3px black; padding-top: 2rem; } h1 { color: rgba(0,136,169,1); font-family:'fontUno'; } button { background-color: rgba(0,136,169,1); border-radius: 50px; padding: 15px; border: none; cursor: pointer; text-decoration: none; font-size: 1.3rem; } a { padding: 20px; text-decoration: none; }