.page-not-found{
    text-align: center;
    padding-top: 36px;
    padding-bottom: 72px;
}
.page-not-found .page-not-found-subtitle{
    color: rgba(48, 48, 48, 0.5);
    font-weight: 500;
    margin-bottom: 36px;
}
.page-not-found .page-not-found-description{
    margin-bottom: 16px;
}
.page-not-found a.page-not-found-link{
    text-decoration: none;
}
.page-not-found a.page-not-found-link:hover{
    text-decoration: underline;
}