diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/404.php b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/404.php
index 4a69246..1e63aa5 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/404.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/404.php
@@ -22,34 +22,7 @@ get_header(); ?>
 
 					<?php
 						get_search_form();
-
-						the_widget( 'WP_Widget_Recent_Posts' );
-					?>
-
-					<div class="widget widget_categories">
-						<h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'gutenbergtheme' ); ?></h2>
-						<ul>
-						<?php
-							wp_list_categories( array(
-								'orderby'    => 'count',
-								'order'      => 'DESC',
-								'show_count' => 1,
-								'title_li'   => '',
-								'number'     => 10,
-							) );
-						?>
-						</ul>
-					</div><!-- .widget -->
-
-					<?php
-
-						/* translators: %1$s: smiley */
-						$archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'gutenbergtheme' ), convert_smilies( ':)' ) ) . '</p>';
-						the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
-
-						the_widget( 'WP_Widget_Tag_Cloud' );
 					?>
-
 				</div><!-- .page-content -->
 			</section><!-- .error-404 -->
 
diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
index 719a30e..6714aab 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
+++ b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
@@ -1622,3 +1622,12 @@ a.github-edit:hover > * {
 a.github-edit img {
 	height: .8em;
 }
+.error404 #content {
+  max-width: 960px;
+  margin: 0 auto;
+  display: flex;
+  min-height: 400px;
+}
+.error404 p {
+  margin: 1.5em auto;
+}
