.centered-content {
  justify-content: flex-start;
}

.frame {
  background-color: #9999ff;
}

.moni {
  background-color: #3333ff;
}

table {
  width: 85%;
  max-width: 768px;
  margin: 2rem 0rem;
  font-size: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #9999ff;
}

table img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 800px) { .cursor { width: 16px; }}
@media (max-width: 600px) { .cursor { width: 12px; }}
@media (max-width: 400px) { .cursor {  width: 8px; }}
