* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#notfound .notfound {
    max-width: 450px;
    text-align: center;
}

#notfound .notfound img {
    max-width: 100%;
}

#notfound .notfound h2 {
    font-size: 24px;
    margin: 30px 0;
}

.dashboard_btn {
    background-color: #007eff;
    background-image: linear-gradient(#007eff, #00bdff);
    border: none;
}
