.accordion-button:focus {
    border: none;
}

.accordion-body{
    font-style: italic;
}

.buttonstyle {
    color: white;
    background-color: blue;
    font-size:medium;
}

.buttonstyle:not(.collapsed) {
    color: white;
    background-color: rgb(35, 35, 238);

}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 5px;
}

.buttonstyle:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.buttonstyle::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
.btn-style{
    color: white;
    background-color:blue;
    
}

.buttonarea{
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}


.btn-style:hover{
    color:white;
    background-color:rgb(35, 35, 238) ;
}

.btn-style:not(:disabled):active{
    background-color:#2323EE;
    color: white;
}

.textOnVideo{
    z-index: 2;
    position: relative;
}

.textOnVideo p{
    font-size:90px;
    color: white;
    
}

 @media(max-width:500px){
    .textOnVideo img{
        width:200px;
    }
} 

@media(max-width:540px){
    .textOnVideo img{
        width:330px;
    }
}

@media(max-width:425px){
    .textOnVideo p{
        font-size:x-large;
    }
}

@media(max-width:644px){
    .textOnVideo p{
        font-size:50px;
    }
}


@media(max-width:800px){
.mgarea{
    margin-top: 4.5em;
}
}