:root {
    --distribox-red: rgb(220, 0, 46);
}

header {
    border-bottom: 4px solid var(--distribox-red);
    color: var(--distribox-red);
}
header .navbar-brand img {
    height: 75px;
}
footer {
    background-color: var(--distribox-red);
    color: white;
}
footer a {
    color: white;
}
footer img {
    width: 200px;
}
