/*
Theme Name: wp1_themes
*/

.page_404__container {
   display: flex;
   height: 300px;
   justify-content: center;
   align-items: center;
}

.menu-link--active {
   font-weight: 700;
   color: blue;
   text-decoration: underline;
}

