body {
  min-height: 100vh;

  background: repeating-linear-gradient(
    90deg,
    #922b3e,
   #42131c 20px,
   #922b3e 20px,
    #42131c 40px
  );
  
}




.box{
  border:dotted 5px white;
  background:black;
  position:relative;
  }
.random_fact{
  border:solid;
  }