:root {
    --accent: #85AF00;
    --text: #1A2433;
    --color1: #4D5B1E;
    --color2: #331C1A;
    --color3: #B01500;
    --color4: #0047B0;
}
body {
    font-family: "Roboto", "Arial", sans-serif;
    color: var(--text);
}
header .wrap, footer .wrap {
    background: var(--text);
}
header a {
    color: var(--text);
    text-decoration: none;
}
header a:hover {
    color: darkgray;
}
.carousel-inner {
    /*height: 500px;*/
}
footer img {
    width: 100px;
}
footer a {
    color: var(--text);
    text-decoration: none;
}
footer a:hover {
    color: darkgray;
}