/* Style 404 Page */
.error404 .site-main {
width: 100%;
}
.error404 .site-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: calc(100vh - 160px);
}
.error404 h2.entry-title {
text-align: center;
}
.error404 .entry-content {
text-align: center;
}