body {
    color: white;
    font-family: 'LanaPixel';
    width: 98%;
    font-size: larger;
    background-color: #00000060;
    padding-bottom: 20px;
}

.contentListing a {
    text-decoration: none;
    color: white;
    font-size: x-large;
    font-weight: bolder;
}

a:visited {
    text-decoration: none;
    color: white
}

.goback {
    display: flex;
    font-size: small;
    justify-content:space-between;
}

.goback:visited {
    text-decoration: none;
    color: white
}

.contentListing h1 {
    color: white;
    background-color: #00000050;
    border-color: var(--background-color);
    border-style: dashed;
    border-width: 2px;
    margin-bottom: 0px;
    text-decoration: none;
}

.contentListing h3 {
    color: white;
    background-color: #00000050;
    border-style: hidden hidden solid hidden;
    border-width: 2px;
}


.postHeader {
    color: white;
    background-color: #00000095;
    border-style: dashed;
    border-width: 2px;
    margin-bottom: 0px;
    text-decoration: none;
    height: 200px;
    align-content: center;
    text-align: center;
    background-blend-mode:overlay;
    background-size: cover;
    background-position-y: center;
    text-shadow: #000000 5px 0 8px;
}

.postDetails {
    color: white;
    border-color: white;;
    border-style: hidden hidden solid hidden;
    border-width: 2px;
    font-size: small;
    margin-top: 0px;
}


img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}
html {
      overflow: hidden;
}

h3 {
        color: white;
    background-color: #00000050;
    border-style: hidden hidden solid hidden;
    border-width: 2px;
}

button {
    background-color: #8e2864;
    border-radius: 0px;
    border: solid 3px;
    color: white;
    font-family: 'LanaPixel';
    font-size: small;
}

input {
    background-color: #8e2864;
    border-radius: 0px;
    border: solid 3px;
    color: white;
    font-family: 'LanaPixel';
    font-size: small;
    max-width: 200px;
}