/* variables----------------------------------------------------------------------------------------------------------- */
:root {
    --primary: rgb(130, 187, 15); /* greenish */
    --secondary: rgb(167, 107, 7); /* brownish */
    --tertiary1: black;
    --tertiary2: white;
}

/* other--------------------------------------------------------------------------------------------------------------- */
.logo {
  width: 6.75rem;
  height: 3rem;
  background-image: url("../icons/AG-cloven-black-sakeng-logo-1-1080x480.svg");
  justify-self: left;
}

.user {
  width: 3rem;
  height: 3rem;
  background-image: url("../icons/AG-cowboy-hat.svg");
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    cursor: none;
}

a:active, a:visited:active {
    /* color: gold; */
    text-decoration: none;
}

.red {
  color: red;
}
