@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* Made and Copyright By Sayan Dasgupta */

.parallax-window {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.2);  
}
.parallex-heading{
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.headingTag{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 45px;
    text-decoration: underline;
    letter-spacing: 5px;
}
.padTop{
    padding-top: 70px;
}
table{
    border-collapse: collapse;
}
.borderless td, .borderless th {
    border: none;
}
