:root {
    --primarycolorcustom: #464646;
}
.footer {
    padding-bottom: 20px;
    color: white !important;
    font-size: small;
    background-color: var(--primarycolorcustom);
    text-align: center;  
  }