html,
body {
    height: 100%;
    margin: 0;
    font: 400 16px/20px Nunito;
}

body *, html * {
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
}

.h-full {
    height: 100%!important;
}

.not-found {
    background: radial-gradient(#243443 4%,#1c1f2a 60%) no-repeat 50% fixed;
}

.text-color-white {
    color: white;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

.flex-column {
    flex-direction: column!important;
}

.flex {
    display: flex!important;
}

h1 {
    font: 600 40px/48px Nunito;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.text-4xl {
    font-size: 2rem!important;
}

.m-8 {
    margin: 5rem;
}




