body{
    font-family: 'Poppins', sans-serif;
}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.btn{
    height: 55px;
    width: 180px;
    background-color: #0c419a;
    font-size: 19px;
    font-weight: 500;
    border-radius: 15px;
    border: none;
    color: #ffffff;
    box-shadow: 3px 3px 2px #000000af;
    padding-top: 13px;
}

.btn:hover{
    background: #0384f5;
    color: #ffffff;
    transition: all 0.8s;
}
h1{
    font-size: 65px !important;
    font-weight: 700 !important;
    color:#fff;
    text-shadow: 3px 3px 2px #000000b6;
    margin-top: 250px;
    padding-bottom: 50px;
}

footer{
    width: 100%;
    height: 75px;
    background-color: #0c419a;
    text-align: center;
    color: #ffffff;
    padding: 25px;
    font-size: 13px;
}

    .jumbotron {
        position: relative;
        overflow: hidden;
        background-color:#000000;
        height: 700px;
      }
      .jumbotron video {
        position: absolute;
        z-index: 1;
        top: 0;
        width:100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
      }
      .jumbotron .container {
        z-index: 2;
        position: relative;
      }
      

