/* CSS Document */
/*!
 * dsignPOETRY labs.
 * CSS: 8001-infinite-shake.css
 * File In Use: https://www.dsignpoetry.com
 * Version: 16.03.06
 * Theme Author: DoggieStudio dsignPOETRY labs - Another DoggieStudio Production Since 1984 ★ (adps1984 foundation) ★
 * Orign Fit: Bootstrap 5.3.x & Unify 3.2.2
 * 
 * Copyright © 1984-2023 dsignPOETRY (DP) and DoggieStudio (DS) licensed by adps1984 foundation. All rights reserved.
 *
 * Date: 2022.12.30 (BS update)
 *
 * Included: Bootstrap 5.3.x
*/
/* -------------------------------------------------------------------------------------------------------------------------
   Lets Begin The Experimental Item 8001
** ------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-color: darkblue;
	overflow: hidden;
}
#myDIV {
	position: absolute;
	background-color: #333449;
	color: #fff;
	word-break: break-all;
	overflow: hidden;
	animation: mybits 8s infinite;
}
p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 1.6rem;
}
 @keyframes mybits {
 0% {
 left: -10px;
 top: -15px;
}
 6.6% {
 left: -60px;
 top: -20px;
}
 13.2% {
 opacity: 0.8;
 left: -85px;
 top: -85px;
}
 19.8% {
 left: -160px;
 top: -150px;
}
 26.4% {
 left: -185px;
 top: -185px;
}
 33% {
 opacity: 0.5;
 left: -115px;
 top: -120px;
}
 39.6% {
 left: -85px;
 top: -185px;
}
 46.2% {
 left: -115px;
 top: -150px;
}
 52.8% {
 left: -185px;
 top: -185px;
}
 59.4% {
 left: -160px;
 top: -150px;
}
 66% {
 left: -185px;
 top: -185px;
}
 72.6% {
 left: -160px;
 top: -120px;
}
 79.2% {
 left: -115px;
 top: -150px;
}
 85.8% {
 left: -85px;
 top: -85px;
}
 92.4% {
 left: -115px;
 top: -20px;
}
 100% {
 left: -185px;
 top: -5px;
}}