body {
    background-color: rgb(99, 101, 126);
    background-image: url(/images/galaxy.jpg), url(https://acetylcholineboy.neocities.org/images/Hortensias_azules.jpg);
    background-blend-mode: overlay;
	color: red;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin: 30px 14% 20% 14%;
	text-align: center;
    animation: gay 2s infinite;
	padding-left: calc(100vw - 100%);}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 
.box {
    background-color: rgba(0, 0, 0, 0.457);
   
	border: 1px solid red;
	padding: 20px;
	width: 512px;
  margin-left: 50%;
	transform: translate(-50%,-0);
	margin-bottom: 0;
    text-align: justify;

}

.textblock
{
  display: block;
  text-align: center;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
}

.textblock a:link, .textblock a:visited, .box a:link, .box a:visited
{
  color: red; 
}

.textblock a:hover, .textblock a:active, .box a:hover, .box a:active 
{
  color: #8080E0;;
}

.airo {
    background: linear-gradient(#B00B69, #420A55, #042069);
    color: white;
    border: 5px double #ed84fb;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 200px;
    
  }
  img {
    height:12vh;
  }
#sheffrard {
z-index: -5;
position: absolute;
}
@keyframes sheffrard {
    0% {background-size: .0001%; }
    50% {background-size: 100%; }
    100% {background-size: .0001%; }
}

@keyframes gay {
 0% {color:red;}
    6.66666666667% {color:red;}
    13.3333333333% {color: rgb(255, 42, 0);}
    20% {color:rgb(255, 179, 0);}
    26.6666666667% {color:rgb(255, 213, 0);}
    33.3333333333% {color:rgb(255, 251, 0);}
    40% {color:rgb(179, 255, 0);}
    46.6666666667% {color:rgb(119, 255, 0);}
    53.3333333334% {color:rgb(0, 255, 98);}
    60% {color:rgb(0, 255, 187);}
    66.6666666667% {color:rgb(0, 200, 255);}
    73.3333333334% {color:rgb(0, 68, 255);}
    86.6666666667% {color:rgb(93, 0, 255);}
    93.3333333334% {color:rgb(212, 0, 255);}
    99% {color:rgb(255, 0, 200);} 
    100% {color:red;}}