body
{
    background-image: url("bg.jpg");
    background-attachment: fixed;
    background-size:auto;
    background-repeat: round;
}



h5
{
    margin-left: 6px;
    color: rgb(133, 2, 2);
}

h6
{
    margin-left: 12px;
}

.container
{
    background-color: rgb(224, 224, 224);
    padding-bottom: 36px !important
    
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-left: 24px;
    margin-right: 24px;
    
}

nav
{
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 36px;
}

a
{
    text-decoration: none !important;
    color: rgb(133, 2, 2) !important;
    margin-left: 12px;
}

.nav-link
{
    color: white !important;
}

.navbar-brand
{
    color: white !important;
}

.padd
{
    margin-top: 50px !important;
}
.card
{
    width: 60%;
}
.active
{
    color:red !important;
}
