.container2 {
	margin: 0px;
	block-size: auto;
	padding: 0px;
}

.bord {
	background-color: #5bd28f;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.small_icon {
	padding-right: 10‒;
	padding-right: 10px;
}

.green {
	background-color: #379248;
}

.noback {
	background-color: transparent;
}

.plus {
	margin: 1rem;
	background-color: grey;
}

.monspan {
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
	color: white;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-date {
	top: 30px;
	left: 30px;
	z-index: 1;
	height: 70px;
	padding: 10px;
	min-width: 70px;
	text-align: center;
	position: absolute;
	background: -webkit-gradient(
		linear,
		left top,
		right bottom,
		from(#ff3e00),
		to(#ffbe30)
	);
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
	opacity: 1;
	border-radius: 0px 0px 30px 5px;
}

.date {
	opacity: 1;
	font-weight: 900;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: white;
	display: block;
}

.month {
	opacity: 1;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	color: black;
}

.connect {
	background-color: transparent;
	border: none;
}

.h1p {
	background-color: #f9faff;
	padding-top: 1rem;
	text-align: center;
	color: #2c160e;
	font-size: 36px;
}

.h1p2 {
	background-color: #297537;
	text-align: center;
	color: #2c160e;
	font-size: 36px;
}

.hr2 {
	margin: 0rem;
	padding-bottom: 1em;
	padding: 1em;
	background-color: #5bd28f;
}

hr {
	margin: 0rem;
	padding-bottom: 1em;
	padding: 1em;
	background-color: #f9faff;
}

.pb-60 {
	padding-bottom: 0px;
}

.pt-60 {
	padding-top: 0px;
}

.monpad {
	border-radius: 5px 5px 0px 0px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: green;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: darkgreen;
}

.marge {
	margin-bottom: 2rem;
}

.myvideo {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
