
body {
	background-color: black;
}

.footer {
    align-items: center;
    justify-content: center;
}

.footer p {
    margin: 0; 
}

@media (max-width: 768px) {
    .offcanvas {
        width: 100%;
        max-width: 100%;
    }
}

#footerButton {
	font-size: medium;
}

.dropdown-menu .dropdown-item {
        color: white;
		font-size: medium;
    }