.blog-post {
    max-width: 700px;
    margin: 40px;
    padding: 10px 50px 20px;
    background-color: #1c2737;
    color: white;
	border-radius: 30px;
}

.blog-pg p {
    margin: 20px 0;
    text-align: left;
}

.blog-post h2 {
	color: white !important;
}

.link-pg {
	margin: 20px 0;
}

.link-set {
	margin: 40px 0;
	text-align: left;
	background-color: #1c2737;
	border-radius: 16px;
	width: fit-content;
	color: white;
	padding: 7px;
}

.link-set h3 {
	margin: 0;
}

.link-set p {
	margin: 4px 0;
}

.link-footer {
	margin: 60px auto;
	line-height: 0;
	background-color: #1c2737;
	padding: 20px;
	border-radius: 40px;
	color: white;
	width: fit-content;
}

.pg-block {
	background-color: #1c2737;
	padding: 20px;
	margin-top: 25px;
	border-radius: 30px;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

body {
	background-color: #2f3e55;
	color: white;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 10px;
	max-width: 800px;
}

nav {
	background-color: #1c2737;
	border-radius: 30px;
}

nav a {
	color: white;
	padding: 10px 15px;
	display: inline-block;
}

nav a:hover {
	background-color: black;
}

img {
	border: 7px solid #1c2737;
	border-radius: 15px;
}

h1, h2 {
	background-color: #1c2737;
	color: yellow;
	padding: 10px 10px;
	border-radius: 15px;
	display: inline-block;
}

h3 {
	border: 7px solid #1c2737;
	border-radius: 9px;
	background-color: #1c2737;
	width: fit-content;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.2;
}