
/* si body */ 

body
{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: white;
  margin: 20px;
  padding: 7px;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(sky.gif);
  height: 100vh;
   

/*.marquee-container 
  overflow: hidden;
  width: 200%; */
/*.marquee-text 
  display: inline-block;
  padding-right: 100%; 
  animation: marquee-animation 5s linear;
@keyframes marquee-animation 
  from { transform: translateX(0%); }
  to { transform: translateX(-60%); }
*/ }

p
{
  line-height: 21px;
}

h1
{ color:red;

background-color: rgba(0,0,0,0.5);
font-size: 7em;
margin: 5px;
margin-bottom: 15px;
padding: 7px;
font-style: italic;
text-align: center;
letter-spacing: 0.6em;
border-bottom-style: solid;
border-bottom-width: 0.6em;
border-bottom-color: red;
}


h2
{
  
background-color: rgba(0,0,0,0.5);
font-size: 2em;
margin: 5px;
padding: 7px;
padding-left: 10px;

}

h3
{
  
color:white;
font-size: 1em;
margin: 5px;
padding: 7px;
padding-left: 3px;

}

.stallman

{
  
  background-image: url('Odio.JPEG');
  background-repeat: repeat;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  
}

.stallman h3 { 
  
color:red;

}

.stallman a {
  
  color:purple;
  text-decoration: underline deeppink;
  
  }

.stallman img
{
  border: solid 5px red;
  }

.stallman .noborder,
.noborder
{
  border: 0px;
 }

.screamon

{ 
  position: fixed; 
  float: right;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  visibility: visible;
  height: 100%;
}

.screamoff
{ z-index: -1;
  visibility: hidden;
  width: 0px;
  height: 0px;
  
}

a
{color: white;}

strong
{ 
  font-style: italic;
  text-transform: uppercase;
}
li
{color: white;
  font-style:italic;
  list-style-type: none;}
table
{background-color:black;}

#yume1 {
        
border-image-slice: 4 4 4 4;
border-image-width: 12px 12px 12px 12px;
border-image-outset: 5px;
border-image-repeat: repeat repeat;
border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAG3RFWHRTb2Z0d2FyZQBDZWxzeXMgU3R1ZGlvIFRvb2zBp+F8AAABAklEQVRoge2aoU5DMRSGv6qiSkg2h4Ig0YhL0HeqDo3A3Ve4klfA8RJT7AFAoCfJpnBbsjDFVDEVReF2bm/+z50mbf6TnE/1uIe7+3R+NgXga7fh82PBkLm6aSnzuj526Wn+DEAfO+aLV5aHNQDX/gJgUHVsZ5R5XR+79JIPHnMDm3xhmh8YUh3bGWVeV/0INT6kPRMAAlvefr6dZcD/uD05/ZPXNT6k98MegMaHKhoo87rGh7TKB5eVNFDmHccIVd+AHDgicsAaOWCNHLBGDlgjB6yRA9bIAWvkgDVywBo5YI0csEYOWCMHrJED1sgBa+SANeNzoPqPbu1KHLke3a7EL/iybUd6u8E4AAAAAElFTkSuQmCC");
border-style: solid;
}

