.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-center{
    display: flex;
    align-items: center;
}

.h-center{
    display: flex;
    justify-content: center;
}

.no-style{
    background-color: transparent;
    border: none;
    outline: none;
    outline-width: 0;
}

.blur-layer{
    background: rgba(0, 0, 0, 0.315);
    backdrop-filter: blur(30px);
}

.us {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.es {
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}


.overlay{
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
}
  
i::before{
    display: block;
}