*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#bg-area{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to top right, rgb(2, 25, 68), rgb(135, 203, 255));
    line-height: 50%;
}


body{
    background-image: linear-gradient(to top right, #021944, #87cbff);
}


.btn-holder{
    height: 20vh;
    width: 30vw;
    border: 1px solid #00000000;
    place-self: center;
    background-color: #ffffff18;
    translate: 0 100%;
    border-radius: 1vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: blur(10px);
    border: 0.1px solid rgb(255, 255, 255);
}

.btn-holder button{
    height: 3vw;
    width: 40%;
    border-radius: 3vw;
    color: aliceblue;
    font-size: 1.7vw;
    font-weight: 700;
    background-color: #021944;
    border: 0.1px solid rgb(255, 255, 255);
}

.btn2{
    background-color: #87cbff;
}


p{
    height: 4vh;
    width: 20vw;
    border: 1px solid #00000000;
    place-content: center;
    background-color: #ffffff18;
    border-radius: 1vh;
    position: absolute;
    top: 40%;
    left: 50%;
    translate: -50% 55%;
    text-align:center ;
    backdrop-filter: blur(10px);
    color: aliceblue;
    font-size: 1.2vw;
    font-weight: 700;
    border: 0.1px solid rgb(255, 255, 255);
}

.my-bg-color{
    height: 20vh;
    width: 50vw;
    place-content: center;
    color: rgb(241, 241, 241);
    background-color: #ffffff18;
    border-radius: 1vh;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 750;
    font-size: 1.4vw;
    letter-spacing: 0.3vh;
    text-wrap: wrap;
    line-height: 200%;
    translate: -50% -10%;
    text-align:center ;
    backdrop-filter: blur(10px);
    cursor:copy;
    border: 2.5px solid rgb(255, 255, 255);
    border-left: 10px solid #ffe100;
}


@media only screen and (max-width: 476px) {

    .btn-holder{
        height: 15vh;
        width: 90vw;
        border: 1px solid #00000000;
        place-self: center;
        background-color: #ffffff18;
        /* position: absolute;
        top: 10%;
        left: 50%;
        translate: (-50%, -10%); */
        margin: 0 auto;
        border-radius: 1vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        backdrop-filter: blur(10px);
        border: 0.1px solid rgb(255, 255, 255);
    }

    .btn-holder button{
        height: 8vh;
        width: 47%;
        border-radius: 4vh;
        color: aliceblue;
        font-size: 1rem;
        font-weight: 700;

        border: 0.1px solid rgb(255, 255, 255);
    }

    .btn1{
        background-color: #021944;
    }

    .btn2{
        background-color: #87cbff;
    }
     
    
    p{
        height: 7vh;
        width: 60vw;
        border: 1px solid #00000000;
        place-content: center;
        background-color: #0c0c0c2c;
        border-radius: 1vh;
        position: absolute;
        top: 30%;
        left: 50%;
        translate: (-50%, -30%);
        text-align: center ;
        backdrop-filter: blur(10px);
        color: aliceblue;
        font-size: 0.8rem;
        font-weight: 900;
        border: 0.1px solid rgb(255, 255, 255);
    }
    .my-bg-color{
        height: 30vh;
        width: 90vw;
        place-content: center;
        color: rgb(241, 241, 241);
        background-color: #ffffff18;
        border-radius: 1vh;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: (-50%, -50%);
        font-weight: 750;
        font-size: 0.8rem;
        letter-spacing: 0.3vh;
        text-wrap: wrap;
        line-height: 200%;
        text-align:center ;
        backdrop-filter: blur(10px);
        cursor:copy;
        padding: 1vh;
        border: 1px solid rgb(255, 255, 255);
        box-shadow: 0px 0px 3px 2px rgb(255, 255, 255);
        border-left: 8px solid #ffe100;
    }  

}
