body {

    background-image: url("../img/rainBackground.jpg");
    /*background-color: rgb(22, 4, 55);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    }

.containerStyleBlack {

    margin-top: 25px;
    padding: 200px;
    background-color: rgba(23, 23, 23, 0.747) ;
    color: rgb(255, 255, 255) ;
    margin-bottom: 25px;
    border-radius: 10px 10px;
    font-family: Andale Mono, monospace;
    }
.ContainerStyleBlack {
    margin-top: 25px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.5) ;
    color: rgb(0, 0, 0) ;
    margin-bottom: 25px;
    border-radius: 10px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    }

.containerStyleAlsoBlack1 {

    margin-top: 25px;
    padding: 0px;    
    background-color: rgba(23, 23, 23, 0.747) ;
    color: rgb(0, 0, 0) ;
    margin-bottom: 25px;
    border-radius: 10px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    } 
    
.containerStyleAlsoBlack2 {

    margin-top: 25px;
    padding: 0px;    
    background-color: rgba(23, 23, 23, 0.747) ;
    color: rgb(0, 0, 0) ;
    margin-bottom: 25px;
    border-radius: 10px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }  

.navTabContentStyle {

    margin: 10px;
    padding: 10px;
    }
    
.p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 100px;
    color: black;
    }    

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    }

.footer {
    background-color: rgb(38, 38, 38);
    color: #fff;
    padding: 50px 0;
    }

.footer .container {
    padding: 0 15px;
    }

.footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    }

.footer p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    }

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }

.footer ul li {
    margin-bottom: 10px;
    }

.footer ul li a {
    color: #fff;
    text-decoration: none;
    }

.footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    }


.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    }
  
.fa:hover {
    opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
    }

.fa-twitter {
    background: #55ACEE;
    color: white;
    } 

.fa-instagram {
    background: #fffc00;
    color: white;
    }

.fa-youtube {
    background: #bb0000;
    color: white;
    }
    
#video {
    align-self: auto;
    width: 50%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

iframe {
    border-radius: 10px;
}

.container {
    position: relative;
}

.caption {
    writing-mode: horizontal-tb;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 80%;
}

#textRight {
    text-align: right;
    font-size: 80px;
}