body {
  color: black;
  font-family: helvetica, arial;
  background: url("assets/107.gif") center center repeat;
  cursor: url('./cursors/amiga_wb2_normal.cur'), pointer;
}
body, html { cursor: url('./cursors/amiga_wb2_normal.cur'), pointer; }
a, a:hover { cursor: url('./cursors/amiga_wb2_link.cur'), pointer; }
input[type="text"], textarea, input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="file"], select, option, [contenteditable="true"], .text, .selectable, .input { cursor: url('./cursors/amiga_wb2_text.cur'), text; }
.help, [aria-label][title], abbr[title] { cursor: url('./cursors/amiga_wb2_help.cur'), help; }
.wait, [aria-busy="true"], .loading, .spinner { cursor: url('./cursors/amiga_wb2_wait.cur'), wait; }
.move, .draggable, [draggable="true"] { cursor: url('./cursors/amiga_wb2_move.cur'), move; }
.crosshair, .cross { cursor: url('./cursors/amiga_wb2_crosshair.cur'), crosshair; }
.not-allowed, .forbidden, [disabled], .disabled { cursor: url('./cursors/amiga_wb2_forbidden.cur'), not-allowed; }
.resizer-ew, .resize-ew, .resize-x, .resize-horizontal, .col-resize { cursor: url('./cursors/amiga_wb2_ew.cur'), ew-resize; }
.resizer-ns, .resize-ns, .resize-y, .resize-vertical, .row-resize { cursor: url('./cursors/amiga_wb2_ns.cur'), ns-resize; }
.resizer-nesw, .resize-nesw, .resize-diag-1 { cursor: url('./cursors/amiga_wb2_nesw.cur'), nesw-resize; }
.resizer-nwse, .resize-nwse, .resize-diag-2 { cursor: url('./cursors/amiga_wb2_nwse.cur'), nwse-resize; }

red { color: red; }

.block {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	background: #ffffff;

	border-radius: 12px;

	border-top: 3px solid #2a2a2f;
	border-right: 3px solid #2a2a2f;

	border-bottom: 1px solid #2a2a2f;
	border-left: 1px solid #2a2a2f;
}
