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

header {
	background-color: black;
	border: forestgreen 5px solid;
	width: 850px;
	height: auto;
	margin: 2% auto;
	padding: 25px 20px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 10px 10px 0 0 #04240d;
}

nav {
	background-color: black;
	border: forestgreen 5px solid;
	width: 800px;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
	display: inline-block;
	text-align: inherit;
}

main {
	background-color: black;
  border: forestgreen 5px solid;
  width: 850px;
  height: auto;
  margin: 2% auto;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 0 #04240d;
}

footer{
	background-color: black;
	border: forestgreen 5px solid;
	width: 850px;
	height: auto;
	margin: 2% auto;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 10px 10px 0 0 #04240d;
}

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

.collections{
	text-align: center;
}

h3, h2, h4, b, button{
	text-decoration: underline;
	color: #0bbd11;
}

.too-big{
	width: 150px;
}

.ccs-link{
	border: hotpink 5px solid;
	padding: 25px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 0 deeppink;
  color: hotpink;
  font-family: 'pacifico';
  border-radius: 20px;
  text-shadow: 2px 2px 1px deeppink;
  font-size: 20px;
  background-image: linear-gradient(deeppink, black);
}

.sw-link{
	border: yellow 5px solid;
	padding: 25px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 0 gold;
  color: yellow;
  margin: 4% auto;
  font-family: 'pathway gothic one';
}

.fulbo-link{
	border: white 5px dashed;
	outline: dodgerblue 5px dashed;
	padding: 25px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 0 royalblue;
  color: dodgerblue;
  margin: 2% auto;
}

nav li{
	display: inline-block;
	text-indent: 0;
}

a{
	text-decoration: none;
}

a:link{
	color: #0bbd11;
	text-decoration: underline;
}

a:visited{
	color: #0bbd11;
	text-decoration: line-through;
}

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

.ccs-link a{
	color: hotpink;
	font-size: 30px;
}

.ccs-link a:hover{
	color: deeppink;
	text-decoration: none;
}

.collections a, .toybox a, .quiz a{
	color: transparent;
	text-decoration: none;
}

.chegusan{
	width: 250px;
}

.comunismo{
	width: 350px;
}

.fotos{
	display: inline-block;
	text-align: center;
	width: 375px;
	font-size: 16px;
}

p.fotos{
	border: forestgreen 3px solid;
	padding: 2px;
}

.pets{
	display: inline-block;
}

.boton{
	border: none;
	outline: none;
	background-color: black;
	font-family: 'fixedsys';
	font-size: 18px;
	font-weight: bold;
	color: forestgreen;
	cursor: pointer;
	text-align: left;
}

.coso{
	display: none;
}

.boton.active{
	text-decoration: none;
}

.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;
}

.abre{
	list-style: circle;
}
