
/* Made and Copyright By Sayan Dasgupta */
.parallax-window {
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.2);  
}
.parallex-heading{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.headingTag{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 70px;
    text-decoration: underline;
    letter-spacing: 5px;
}

.contentText{
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center; 
    color: white;
    font-size: 40px;      
}
.glassBtn{
    font-size: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 30px;;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(5px);
}