.Description {
	display: inline-block;
	text-align: left;
	background-color: #989fba88;
	color: #060a05;
	border: dashed 3px #060a05;
	border-width: 3px 0px 3px 0px;
	max-width: 44vw;
}
.Left{
  
  display: inline-block;
  text-align: center;
  background: none;
  color: #e0def4;
  border: none;
  padding-top: 10px;
  width: 45vw;
  background-color: #060a05;
border-left: 0;
border-right: 0;
}

.Left:hover {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 2s ease-in-out infinite;
    background-size: 400% 100%;
    backdrop-filter: blur(10px);
    border:none;
    animation: anim 1s infinite;

}
li:hover {     animation: anim 1s infinite;
}
body { 
margin-bottom: 0;
    background-attachment:fixed;
    animation: none;
/* animation : bod 1000s linear infinite; */
}
/* @keyframes bod { */
/*     0% { */
/*         background-position: 0 0; */
/*     } */
/*     100% { */
/*         background-position: 0 20000%; */
/*     } */
/* } */

div.bar { border-color: #d0d0d0;
	background-color: #060a05;
}
.a {
	text-align: center;
	width: 52vw;
	padding: 5px;
	border-bottom: 0;
	background: url(acc/bird2.gif);
	background-size: contain;
	background-repeat: repeat-y;
	border-radius: 3vw 3vw 0vw 0vw;
	border: solid 2vw #3a3a3a;
	border-image: url(retro/b.gif) 20;
	border-image-repeat: space;
	background-clip: padding-box;

	
}
#articles { border: dashed 2px #3a3a3a;
}

#bot { border: dashed 2px #3a3a3a;

}
#tmp { 	background-size: cover;
}
#h { 
font-size: 2vw;
background-color: #baa6bb;
border:none;
	margin: 10px;
	box-shadow: 5px 5px #4e4e4e;


