*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
body{
    background-image: linear-gradient( to bottom right, rgba(0, 247, 255, 0.795),rgba(135, 69, 227, 0.614));
    height: 100%;
    width: 100%;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.text-box{
    width: 100%;
    height: 100vh;
    position: relative;
    border-radius: 5rem;
    border: radius 25rem; 
    border-color: blue;
}

.btn{
        text-decoration: none;
        position: absolute;
        top: 100px;
        left: 500px;
        background: transparent;
        font-family: 'Times New Roman', Times, serif;
        height: 100%;
        width: 100%;
        color:rgb(255, 128, 0);
        display: flex;
        align-items: top center;
        justify-content: center;
        font-size: 100px;
        font-weight: 900;
        mix-blend-mode: multiply;
        display: block;
        width:fit-content;
        height: fit-content;
        border-radius: 10px;
        border: 5px solid #0011ff; 
        padding: 10px; 
        display: inline-block;
        text-align: center;
        margin: 20px; 
        background-image: linear-gradient( to bottom right, rgba(0, 247, 255, 0.795),rgba(135, 69, 227, 0.614));
}
.btn:hover{
    border-color: rgb(255, 0, 0); /* Neon border color */
    text-shadow: 0 0 10px rgb(225, 255, 0), 0 0 20px rgb(225, 255, 0), 0 0 30px rgb(225, 255, 0), 0 0 40px rgb(225, 255, 0);
}
.btn1{
    text-decoration: none;
    position: absolute;
    top: 300px;
    left: 530px;
    font-family: 'Times New Roman', Times, serif;
    background: transparent;
    height: 100%;
    width: 100%;
     color:rgb(255, 128, 0);
    display: flex;
    align-items: top center;
    justify-content: center;
    font-size: 100px;
    font-weight: 900;
    mix-blend-mode: multiply;
    display: block;
    width:fit-content;
    height: fit-content;
    border-radius: 10px;
    border: 5px solid #0011ff; 
    padding: 10px; 
    display: inline-block;
    text-align: center;
    margin: 20px; 
    background-image: linear-gradient( to bottom right, rgba(0, 247, 255, 0.795),rgba(135, 69, 227, 0.614));
}
.btn1:hover{
    border-color: rgb(255, 0, 0); /* Neon border color */
    text-shadow: 0 0 10px rgb(225, 255, 0), 0 0 20px rgb(225, 255, 0), 0 0 30px rgb(225, 255, 0), 0 0 40px rgb(225, 255, 0);
}
 
 
    
/*----------RESPONSIVE----------*/


@media only screen and (max-width: 600px){

.btn{
    top: 250px;
    left: 70px;
    -webkit-text-stroke: 2.5px rgb(255, 0, 0);
    font-size: 50px;
    font-weight: 450;
    border-radius: 5px;
    background: transparent;
    font-family: 'Times New Roman', Times, serif;
    background-image: linear-gradient( to bottom right, rgba(0, 247, 255, 0.795),rgba(135, 69, 227, 0.614));
}
.btn:hover{
    border-color: rgb(255, 0, 0); /* Neon border color */
    text-shadow: 0 0 10px rgb(225, 255, 0), 0 0 20px rgb(225, 255, 0), 0 0 30px rgb(225, 255, 0), 0 0 40px rgb(225, 255, 0);
}
 
.btn1{
    top: 355px;
    left: 80px;
    -webkit-text-stroke: 2.5px rgb(255, 0, 0);
    font-size: 50px;
    font-weight: 450;
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
    background-image: linear-gradient( to bottom right, rgba(0, 247, 255, 0.795),rgba(135, 69, 227, 0.614));

}
.btn1:hover{
    border-color: rgb(255, 0, 0); /* Neon border color */
    text-shadow: 0 0 10px rgb(225, 255, 0), 0 0 20px rgb(225, 255, 0), 0 0 30px rgb(225, 255, 0), 0 0 40px rgb(225, 255, 0);
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}



    
}
    
