BODY {
    width: 100vw;
    margin: 0px;
    padding: 0px;
    background-color: black;
    font-family: "Roboto", Helvetica, sans-serif;
}

#container {
    width: 100vw;
    margin: auto;
}

#entries {
    width: 100vw;
}

.even {
    background-color: rgba(255,255,255,0.6);
}

#title {
    font-family: 'Raleway';
    font-size: 48pt;
    background: #6E0909;
    margin: 0px;
    padding: 0px;
    color: white;
    padding: .5em;
    padding-left: 2.5vw;
}
#subtitle {
    font-size: 0.6em;
}

.posttitle {
    position: relative;
    top: 0px;
    z-index: 1;
    font-family: 'Raleway';
    font-size: 24pt;
    background: #531a1a;
    color: #B75A5A;
    padding: 0.5em;    
}

.twitterWrapper {
    background-color: #022B2B;    
}
.twitter-tweet {
    width: 550px;
    margin: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
}

.websiteWrapper {
    background: #480303;
    padding: 2em;
}

.linkpreview {
    border-radius: 15px;
    background: #ececec;
    max-width: 50vw;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin: auto;
}

.linkpreview img {
    width: 50vw;
}

.linktitle {
    padding: 15px;
    font-size: 1.5em;
    font-family: 'Raleway';
}

.linkdescription {
    padding: 15px;
}

.linkdesription A {
    color: black;
    font-weight: 500;
}



.textWrapper {
    background: #480303;
    color: white;
    font-size: 1.8em;
    padding: 2em;
}
.textWrapper P {
    max-width: 60vw;
    margin: auto;
    line-height: 1.5em;
    margin-bottom: 1.8em;
}

.textWrapper A {
    color: white;
    font-weight: 500;
}

