	* {
		box-sizing: border-box;
	}

	html,
	body {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	body {
		padding: 0;
		margin: 0;
		border: none;
		font-family: Helvetica, Arial, Sans-Serif;
		background: url(../images/sky.jpg) no-repeat;
		background-size: cover;
		font-size: 12px;
		color: #666;
	}

	#blimp {
		display: block;
		position: absolute;
		top: 36px;
		left: 36px;
		height: 60px;
		width: 140px;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		background-image: url(../images/blimp.png);
		background-size: 140px 60px;
	}

	#container {
		text-align: center;
		position: absolute;
		padding: 24px 36px;
		bottom: 0;
		width: 100%;
	}

	h1 {
		font-family: "Open Sans", Sans-Serif;
		font-size: 18px;
		font-weight: 300;
		color: #333;
	}

	h2 {
		font-size: 10px;
		letter-spacing: 1px;
		color: darkolivegreen;
	}

	ul {
		padding: 0;
		margin: 0;
	}

	li {
		list-style: none;
		padding: 0;
	}

	.red {
		color: #1976D2;
	}

	p {
		font-size: 11px;
	}

	a,
	a:visited {
		color: #1976D2;
		text-decoration: none;
	}

	a:hover,
	a:active {
		color: #212121;
	}

	.trick:before {
		content: attr(data-website) "\0040"attr(data-user);
		unicode-bidi: bidi-override;
		direction: rtl;
	}

	@media screen and (max-width: 768px) {

		body {
			font-size: 13px;
		}

		p {
			font-size: 12px;
		}

	}