* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color: rgba(190, 154, 62, 1);
}
li {
  list-style-type: none;
}

.custome-border {
  border-left: 4px solid rgb(4, 95, 75);
}

.custome-yellow {
  color: rgba(190, 154, 62, 1);
}

.custome-bg-yellow {
  background: rgba(190, 154, 62, 1);
}
.custome-blue {
  color: rgba(26, 30, 125, 0.9);
}

.custome-bg-blue {
  background: rgba(26, 30, 125, 0.9);
}
/* 
Google */

/* Image styles */
.saturate {
  filter: saturate(3);
}
.grayscale {
  filter: grayscale(100%);
}
.contrast {
  filter: contrast(160%);
}
.brightness {
  filter: brightness(0.25);
}
.blur {
  filter: blur(3px);
}
.invert {
  filter: invert(100%);
}
.sepia {
  filter: sepia(100%);
}
.huerotate {
  filter: hue-rotate(180deg);
}
.rss.opacity {
  filter: opacity(50%);
}
