/*
 * Author: F.M.O.P
 * Author URI: https://www.fmop.pt
*/

@import url('https://fonts.googleapis.com/css2?family=Julee&display=swap');

* {
  box-sizing: border-box;
  max-width: 100vw;
  overflow-wrap: break-word;
}

html, body {
	height: 100%;
}

a, a img,
a:hover, a:hover img,
a:focus, a:focus img,
a:active, a:active img {
	border:0; outline:0;
	text-decoration:none;
	color:#FFFFFF;
}

body {
	background: rgba(236, 236, 236, 1);
	font-size:16px;
	font-family: 'Julee', cursive;
	text-shadow: 1px 1px 0px #222222;
	overflow-y:hidden;
	overflow-x: hidden;
	margin:0;
}

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.logo {
	width: 128px;
	height: 128px;
}

h1 { font-size:2.4em; text-transform: uppercase; }

h1 span { color:#FC5E71; }

h3 { font-size:1.6em; }

p  { font-size:1.3em; }

h1, h3, p {
	color:#FFFFFF; line-height:2;
	text-shadow:1px 1px 0px #222222;
}

.icon {
	width:42px;
	height:42px;
	margin:25px 10px 0px 10px;
}

.copyright {
	font-size: 1.2em;
}

	.copyright .author {
	color:orange;
	}

	.copyright .cr {
	color:#FC5E71;
	}

@media only screen and (max-width: 600px) {
  body {
    font-size:.8em;
  }
}

        body {
margin: 0;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.textbox {
    z-index: 9999;
}
