body 
{
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  margin-top: -3%;
}

.header 
{
    width: 100%;
    height: 125px;
    background-color: #292929;
}

.container 
{
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.sidebar{
  background-color: #1e1e1e;
  min-height: 400px;
  padding: 10px;
  flex: 10%;
}

.content {
  background-color: #818181;
  min-height: 100dvh;
  padding: 10px;
  flex: 90%;
}

.vertical-menu {
  width: 200px; 
}

.vertical-menu a {
  background-color: #eee; 
  color: black; 
  display: block;
  padding: 12px; 
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc; 
}

.vertical-menu a.active {
  background-color: #63bf9d;
  color: white;
}

#header-title 
{
    padding: 2.5%;
    color: #f2f2f2;
    font-size: 44px;
}

#con-gif 
{
	margin-bottom: 2.5%;
}

img#html5badge-gif 
{
	width: 400px;
}

.blog-preview 
{
	background: #1e1e1e;
	width: 99%;
	padding-left: 0px;
	padding-top: 2.5px;
	text-align:left;
	color: white;
	height: 150px;
}

.preview-con 
{
	display: flex;
}

.preview-image 
{
	flex: 20%;
}

.preview-text 
{
	flex: 80%;
	bottom: 25px;
	position: relative;
}

.preview-image-pic 
{
	height: 153px;
	width: 96%;
	top: -3px;
	position: relative;
}

.preview-p-text 
{
	font-size: 24px;
}

.blog-contents 
{
	  color: white;
	  margin-top: 1%;
	  background-color: #1e1e1e;
	  min-height: 400px;
	  width: 99%;
	  text-align: left;
	  padding-bottom: 25px;
}

.sum-blog 
{
	padding-left: 12px;
	font-size: 24px;
}

.h4-blog 
{
	padding-left: 10px;
	padding-top: 20px;
}

.code-blog {
	text-align: left;
	background: #1c1130;
    border: 1px solid #ddd;
    color: white;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 96%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

a {
	color: #06C;
}

.list-blog {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 24px;
}