#include <iostream>
#include <unistd.h>
using namespace std;
class Title{
private:
protected:
public:
static void mainTitle();
};