* {
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.section-main {
    background: url("shared/assets/background.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.main-box {
    width: 400px;
    height: 450px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.message_box {
    margin-left: 2pc;
}

.redirect {
    position: relative;
    top: 20%;
    left: 5%;
}

.didntredirect {
    position: relative;
    top: 30%;
    left: 5%;
    height: 70px;
}

.button_box_exit {
    left: 100%;
    bottom: 10%;
}