/* Styling for the DOES NOT EXIST 404 page */

.dne404-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.dne404-wrapper h1 {
    font-size: 96px;
    margin-top: 0;
}

.dne404-wrapper h3 {
    color: #666;
    margin-bottom: 20px;
}

.dne404-recent {
    /*margin-top: 50px;*/
    width: 100%;
}

.dne404-title {
    margin-bottom: 20px;
    display:flex;
    justify-content: left;
}

.dne404-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50vh;
}
