#quick{
	width: 100%;
	max-width: 80vh;
	height: auto;
}
.entrys{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 0.5rem;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	margin-bottom: 0.5rem;
	padding: 0 0 0 0;
	padding-right: 3vw;
	filter: blur(0.03rem);
	box-shadow:0 0 7px 3px rgba(17, 20, 17, 0.07);

}
.entrys > a {
	width: auto;
}
.entrying{
	width: 12vw;
	height: 7vh;
	border: 3px ridge rgb(255, 255, 255);
	border-radius: 1vh;
	margin: 1vw;
	margin-left: 3vw;
	/* margin-right: 1.5vw; */
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	background-color: rgb(245, 255, 250);
	box-shadow:0.25vw 0.2vw 5px 2px rgba(37, 45, 30, 0.200);

}
.entryText{
	font-size:smaller;
	color: rgb(21, 6, 66);
	text-shadow: 1px 1px rgba(0, 255, 17, 0.200);
	text-align: center;
}