*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

html{
    background-image: url(imgs/page_bg.jpg);
    background-size: cover;
}

.genpage{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pagecard{
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px aqua;
}
.titlediv{
    color: ghostwhite;
    margin: 10px 0 25px 0;
}

.pdgen_title{
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 10px;
    pointer-events: none;
    caret-color: transparent;
}

.pdgen_para{
    font-size: 1.75rem;
    pointer-events: none;
    caret-color: transparent;
}

.deco{
    color: aqua;
    text-decoration: underline;
}

.condiv{
    display: flex;
    justify-content: space-around;
    color: ghostwhite;
}

.slider{
    width: 300px;
}

.selbox{
    padding: 9px 5px;
    border-radius: 10px;
    background-color: azure;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.lenbox{
    width: 150px;
    height: 40px;
    padding: 5px 0 5px 10px;
    border-radius: 10px;
    background-color: azure;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.genbtn{
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    background-color: rgb(0, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.genbox{
    width: 550px;
    padding: 7px 0px 7px 10px;
    border-radius: 10px;
    background-color: azure;
    font-size: 1rem;
    font-weight: 600;
}

.encbtn{
    padding: 7px 20px 7px 10px;
    border-radius: 10px;
    background-color: rgb(0, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.encbox{
    width: 550px;
    padding: 7px 0 7px 10px;
    border-radius: 10px;
    background-color: azure;
    font-size: 1rem;
    font-weight: 600;
}

.value{
    font-size: 1.35rem;
    pointer-events: none;
    caret-color: transparent;
}

.sign{
    position: absolute;
    bottom: 0;
    right: 50px;
    font-size: 1rem;
    color: azure;
    background-color: rgba(255, 255, 255, 0.075);
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.ID{
    font-size: 1.25rem;
    color: aqua;
    
}

.pdstrchk{
    display: flex;
    color: ghostwhite;
    align-items: center;
    text-align: center;
    padding: 20px 190px 20px 170px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px aqua;
}

.pdstrchk_btn{
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    background-color: rgb(0, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}