.feed{
	background-image: url("ressources/dalle.png");
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0px 160px 80px rgba(0,0,0,1) inset;
}
body{
	background-color: black;
}
::-webkit-scrollbar {
  width: 1vw;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.25vw grey; 
  border-radius: 0.5vw;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 0.5vw;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: whitesmoke;
}
article{
	transition: .2s ease-in-out;
	/*background-color: rgba(255,255,255,.2);*/
	filter: brightness(70%);
	background-size: cover;
	margin-top: 1%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 20px;
	padding: 5%;
	color: white;
	z-index: 0;
	background-position: center;
	overflow: hidden;
}
article:hover{
	transition: .2s ease-in-out;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 10%;
	padding-right: 10%;
	z-index: 1;
	filter: brightness(100%);
}
.picture{
    display:inline-block;
    margin:1%;
    width:47.5%; 
    
}
ul{
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: space-between;
	background-color: rgba(255,255,255,.2);
	margin-left: 10%;
	margin-right: 10%;
	padding: .2%;
	border-radius: 20px;
}
span{
	font-weight: bold;
	color: white;
}
.back{
	transition: 0.1s ease-in-out;
	height:3vw;
	width: -3vw;
	transform: rotate(180deg);
	padding:1vw;
	position: fixed;
}
.back:hover{
	transition: 0.1s ease-in-out;
	transform: rotate(190deg);
}
#softLogo{
	height:24px;
	width:24px;
	vertical-align: bottom;
}
.headeritems{	
	padding: 5%;
	transition: .2s ease-in-out;	
	border-radius: 17.5px;
}
.headeritems:hover{
	background-color: rgba(0,0,0,1);
	transition: .2s ease-in-out;
}
.important{
	text-decoration: underline;
}

.EGS{
	background-image: url("ressources/empyrionSky.webp");
}
.softs{

	font-size: 20px;
	background-image: url("ressources/stump.png");
}
.ex2{
	background-image: url("ressources/PodCrash.jpg");
}
.BRA{	
	background: linear-gradient(rgb(200,16,100),	rgb(0,0,0));
	background-color:rgb(200,16,100);
	box-shadow: 0 0 20 50px inset;
}
