*{
    box-sizing: border-box;
}
html,body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    background:url('../images/apisBg25.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg-danger {
    background-color: #6c1000 !important;
}



@media (max-width:767px) {
    .p-4 {
        padding: 0.5rem!important;
    } 
}
