.bg-header {
  background-image: linear-gradient(
    rgb(255, 255, 255),
    rgb(242, 242, 242),
    rgb(230, 229, 230)
  );
}

.content-container {
  border: 15px rgb(221, 221, 221);
  border-radius: 6px;
  border-style: groove;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
