:root {
    --primarycolorcustom: #000000;    
    --primarycolorcustomlight: white;
}
.footer {
    padding-bottom: 20px;
    color: white !important;
    font-size: small;
    background-color: var(--primarycolorcustom);
    text-align: center;  
  }
  
.imagelogo {
    height: 11px;
    width: 10px;
}

.backgroundcolorsite{
    min-height: 100vh;
    background: linear-gradient(0deg, white 0%, var(--primarycolorcustomlight));
}
