.error404 { width: 100%; box-sizing: border-box; padding: 24px; padding-top: 130px; display: flex; flex-direction: column; align-items: center; } .graphicError { width: 35%; } @media(max-width:60em) { .graphicError { width: 75%; } } .error404 h2 { font-size: 3em; font-weight: 200; margin-bottom: .5em; text-align: center; } .error404 p { font-size: 1.8em; font-weight: 200; margin-bottom: .5em; text-align: center; } .boton404 { font-size: 1.3em; margin-top: 10px; padding: 10px 20px; background-color: black; text-decoration: none; color: white; display: block; text-align: center; border-radius: 4px; }