
body {
  padding-top: 10%;
  text-align: center;
  background-color: #000000;
  background-image: url("OldOS-iocuck.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;

  color: #c000ff;
  font-family: "vt323";
  font-size: 25px;
}

body::after
{content:" ";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));z-index:2;background-size:100% 2px,3px 100%;pointer-events:none}


h1{
  color: #00ffff;
}

a:link {
  color: #00ffff;
}

a:visited{
  color:#00ffff;
}

p{
  padding-bottom: 10px;
}  

.text{
  border: 1px;
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(0,0,0,0.5);
  margin-left: 25%;
  width: 50%;
}

