/* Body styles */
body {
    background-color: #1b1b1b;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

/* Navbar styles */
.navbar {
    background-color: #121212;
}

.navbar-brand,
.navbar-nav .nav-link {
    color: #f0f0f0;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
    color: #ffffff;
}

/* Container styles */
.container {
    margin-top: 20px;
}

/* Heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f0f0f0;
}

/* Link styles */
a {
    color: #f047af;
}

a:hover {
    color: #ec6868;
}

/* Footer styles */
.footer {
    background-color: #1b1b1b;
    color: #f0f0f0;
}

/* General link styles */
a {
    text-decoration: none;
}

/* Add your additional styles for specific elements here */


footer {
    height: 64px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 10pt;

}

.footer_contents {

    height: 64px;
    width: 100px;
    margin: auto;

}

img {
    max-width: 600px;
    max-height: 600px;
    object-fit: contain;
}