body {
    background:black;
}

.main {
    margin-top: -14px !important;
    background-image: url("images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.nav {
    padding-top: 12rem;
    padding-left: 12rem;
}

.nav li {
    display: inline-block;
    list-style: none;
}

.nav li a {
    color: white;
    padding: 0 1.5rem;
    padding-bottom: 4px;
    text-decoration: none;
    text-decoration-thickness: 4px;
    text-shadow: -2px 2px black;
}

.nav li a:hover {
    color: black;
    text-shadow: none;
    background-image: url("images/bgON.gif");
    background-repeat: repeat-x;
    padding-bottom: 4px;
    text-decoration: none;
    text-decoration-thickness: 4px;
}

.posts  {
    margin-top: 2.5rem;
    margin-left: 9.6rem;
    border: 1px solid rgba(255, 255, 255, 0.144);
}

.post {
    /*margin-right: 9.6rem;*/
    background-color: #000000;
}

.header {
    background-image: url("images/left_bg.jpg");
    background-size: 1100px;
    background-repeat: repeat-x;
    padding: 0rem;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
}

h1 {
    margin-top: 13px;
    margin-left: 50px;
    color: white;
    font-size: 1rem;
}

p {
    padding: 1rem;
    color: white;
    font-size: 0.8rem;
    text-align: justify;
}

.sidebar {
    margin-top: 2.5rem;
    margin-right: 9.6rem;
    background-color: #0000009c;
    border: 1px solid rgba(255, 255, 255, 0.822);
}

.sidebar-header {
    background-image: url("images/right_top2.png");
    background-size: cover;
}

span {
    color: rgb(129, 197, 84);
    font-size: 1rem;
    margin-left: 4rem;
}

.footer {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.foot {
    margin-top: 8rem !important;
    background-image: url("images/bottom1.jpg");
}