html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.main {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.main2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.jerker {
    outline: inset;
    margin-left: 50px;
}


.main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header {
    width: 100%;
    height: 30px;
    background-color: #222222;
    color: #30303054;
}

footer {
    margin-top: 50px;
    width: 100%;
    height: 300;
    background-color: #222222;
}

footer h2 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
    color: white;
}

footer h3 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
    color: #1479d0;
    margin-top: 0px;
}

footer p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    font-style: normal;
    font-size: medim;
    color: #fafafac2;
    margin-top: 0px;
}

footer h3 :hover {
    color: #2690ee;
    cursor: pointer;
}

h1 {
    font-family: "Rozha One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: xx-large;
    margin-left: 25px
}

.box {
    width: 100%;
    height: 35px;
    background-color: #4a657c;
    display: flex;
    align-items: center;
}

.nav-shelf {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    padding: 0;
    margin: 0;
}

.nav-item {
    list-style: none;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    font-style: normal;
    color: white;
    transition: background-color 0.25s ease-out;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    font-size: small;
}

.nav-item:hover {
    background-color: #ffffff;
    color: black;
    cursor: pointer;
}

.left {
    flex: 2;
    margin-top: 25px;
    width: 70%;
    height: 130vh;
    border: outset;
    border-radius: 2px;
    border-width: 3px;
    border-color: #22222248;
}

a {
    text-decoration: none;
}

.left h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    margin-left: 15px;
    margin-top: 10px;
}

.left h2 {
    margin-left: 15px;
    margin-top: -20px;
    font-weight: 300;
}

.left h4 {
    color: #0000004d;
    font-size: 20px;
    margin-top: -30px;
    margin-left: 15px;
}

.left h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    margin-top: -30px;
    margin-left: 15px;
}

.commentbox {
    width: 95%;
    height: 30px;
    background-color: #b1bcc5;
    outline: auto;
    outline-color: #787f85;
    margin-left: 15px;
    vertical-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

.commentbox p {
    color: #343435a6;
}

.recent {
    flex: 1;
    margin-top: 25px;
    width: 25%;
    height: 78.5vh;
}

.recent h2 {
    margin: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.post h3 {
    color: #1479d0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.post h3 :hover {
    color: #2690ee;
    cursor: pointer;
}

.recent h6 {
    margin-top: -20px;
    color: #0000004d;
}

.recent h5 {
    margin-top: -20px;
}

.contact {
    scale: 0.6;
    margin-top: -20px;
    margin-left: -100px
}

.comment h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000000;
    font-weight: 200;
    font-size: 12px;
    margin-top: 25px;
}

.comment h5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000000;
    font-weight: 200;
    font-size: 11px;
    margin-left: 15px;
    margin-top: -10px;
}

.comment p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000000;
    font-weight: 200;
    font-size: 7px;
    margin-left: 15px;
    margin-top: -15px;
}

.divider {
    width: 95%;
    height: 2px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #0000004f;
}

.jerkerimg h6 {
    margin-left: 55px;
    padding: 0;
    color: #ffffff;
}