.mainv {
	display: flex;
	flex-wrap: wrap;
}

.column {
	box-sizing: border-box;
	width: calc(25% - 10px);
	min-height: 14em;
	height: min-content;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffff4A;
}

.empty {
	opacity: 0.55;
}

.entryTitle {
	overflow-wrap: anywhere;
}

.entryFrame {
	display: block;
	width: 100%;
	height: 12em;
	margin-top: 5px;
	border: 1px solid black;
	background-color: transparent;
}

.entryButton {
	margin-top: 5px;
}

.social {
	display: flex;
}

.social a img {
	margin-right: 2px;
}

.box {
	position: fixed;
	height: min-content;
	bottom: 10px;
	left: 10px;
	background-color: #ffffff4A;
	padding: 10px;
	border-radius: 5px;
	border: 3px solid black;
}

.box1 {
	position: fixed;
	height: min-content;
	bottom: 10px;
	right: 10px;
	background-color: #ffffff4A;
	padding: 10px;
	border-radius: 5px;
	border: 3px solid black;
}

.blogNav button {
	margin-right: 4px;
}

.blogNav button.activeBlock {
	font-weight: bold;
}

body {
	padding-bottom: 70px;
	background-image: url("../WALLPAPER/MacOS%20x%20-%20Lovers.png");
	background-size: cover;
	background-position-x: center;
	background-repeat: no-repeat;
	background-color: #658ebc;
}

@media (max-width: 900px) {
	.column {
		width: calc(50% - 10px);
	}
}

@media (max-width: 520px) {
	.column {
		width: calc(100% - 10px);
	}

	.box {
		right: 10px;
	}
}
