Draw::Outlined(x, y, w, h, Color(0, 0, 0, 255));
Draw::Outlined(x + 1, y + 1, w - 2, h - 2, Color(60, 60, 60, 255));
Draw::Outlined(x + 2, y + 2, w - 4, h - 4, Color(40, 40, 40, 255));
Draw::Outlined(x + 3, y + 3, w - 6, h - 6, Color(40, 40, 40, 255));
Draw::Outlined(x + 4, y + 4, w - 8, h - 8, Color(40, 40, 40, 255));
Draw::Outlined(x + 5, y + 5, w - 10, h - 10, Color(60, 60, 60, 255));
Draw::FillRGBA(x + 6, y + 6, w - 12, h - 12, Color(20, 20, 20, 255));
Draw::FillRGBA(x + 6, y + 6, 73, h - 12, Color(10, 10, 10, 255));
Draw::FillRGBA(x + 79, y + 6, 1, h - 12, Color(50, 50, 50, 255));
Draw::FillRGBA(x + 6, y + 6, w - 12, 1, Color(0, 0, 0, 255));
Draw::FillRGBA(x + 7, y + 7, w - 14, 2, Color(255, 105, 180, 255));
Draw::FillRGBA(x + 7, y + 8, w - 14, 1, Color(10, 10, 10, 200));