/*
Project Name: Project #
Description: This project is to create ?
Author: your name
Version: 1.0
License: 

Tags: (optional)

General comments (optional)

Table of Contents in CSS
1. Global
2. Links
3. Headings
4. Header
5. Navigation
6. Middle
7. Forms
8. Extras
9. Footer
*/

/* 1. Global */
html,body  { 
  margin: 0;
  padding: 0;
  }
/* 2. Links */

/* 3. Headings */

/* 4. Header */

/* 5. Navigation */

/* 6. Middle */
#toad {
	position: fixed;
	height: 100%;	
	width: 100%;
}
p {	
	font-family: 'Passion One', cursive;
	color: #FFF;
	position: absolute;
	z-index: 200;
}
#begin {
	top: 100px;
	left: 30%;
	font-size: 50pt;
}
.tips {
	top: -25%;
	opacity: 0;
	font-size: 15vw;
	text-align: center;
	pointer-events: none;
}
/* 7. Forms */

/* 8. Extras */

/* 9. Footer */