/* custom css */

/* Background from Subtle Patterns */
body { 
    background-image: url("../assests/images/crossline-dots.png");
}

footer { 
    background-color: #343A40;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: cornsilk;
    
}

a { 
    color: aqua;
}

main {
    background-color: inherit

}

.navbar-dark {
    border-color: none;
}

