html {
	background-image: linear-gradient(black, #04240d);
	color: forestgreen;
	font-family: 'fixedsys';
	background-attachment: fixed;
	font-size: 18px;
	display: inline-block;
	overflow-x: auto;
}

main{
	overflow-x: scroll;
	background-color: black;
	border: forestgreen 5px solid;
	width: 925px;
	height: 575px;
	margin: 1%;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 10px 10px 0 0 #04240d;
	text-orientation: sideways-right;
	writing-mode: sideways-lr;
	display: inline;
}

header {
	background-color: black;
	border: forestgreen 5px solid;
	width: auto;
	height: 575px;
	margin: 1%;
	padding: 25px 20px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 10px 10px 0 0 #04240d;
	text-orientation: sideways-right;
	writing-mode: sideways-lr;
	display: inline;
}

footer{
	background-color: black;
	border: forestgreen 5px solid;
	width: auto;
	height: 575px;
	margin: 1%;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 10px 10px 0 0 #04240d;
	text-orientation: sideways-right;
	writing-mode: sideways-lr;
	display: inline;
}

nav {
	background-color: black;
	border: forestgreen 3px solid;
	width: auto;
	box-sizing: border-box;
	text-align: inherit;
}

h1{
	font-family: 'press start 2p'; 
	text-decoration: underline;
}

h3, h2, h4, b, button{
	text-decoration: underline;
}

a{
	text-decoration: none;
}

a:link{
	color: lime;
	text-decoration: underline;
}

a:visited{
	color: forestgreen;
	text-decoration: line-through;
}

a:hover{
	text-decoration: none;
	color: darkgreen;
}

.pulse-text {
      animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
      0% {
        opacity: 1;
      }
      50% {
        opacity: 0.5;
      }
      100% {
        opacity: 1;
      }
    }

.pulse-text {
  text-shadow:
    0 0 7px lime,
    0 0 10px lime,
    0 0 21px lime,
    0 0 42px forestgreen,
    0 0 82px forestgreen,
    0 0 92px forestgreen,
    0 0 102px forestgreen,
    0 0 151px forestgreen;
}

.paja{
	height: 500px;
}

.navidad{
	border: forestgreen 3px solid;
	background-color: black;
	position: fixed;
	bottom: 0;
	right: 30px;
	width: 150px;
	padding: 20px;
}

.lucecitas{
	position: fixed;
	top: 0;
}