﻿

.hv{
    color:white;
    text-transform:capitalize;
    font-size:1rem;
}


#bg1{
    height: 50px;
    box-shadow: 0px 5px 10px #515151;
    background: #3434cf;
    background: linear-gradient(0deg, rgba(52, 52, 207, 1) 35%, rgba(0, 212, 255, 1) 100%);
}



@media screen and (max-widht:991px){
    .hv {
        color: white;
        text-transform: capitalize;
    }
}

