.title1 {
  font-family: "Helvetica Neue";
font-size: 5em;
text-align: center;
margin: 10px;
letter-spacing: -2px;
}

.title2 {  
    font-family: 'EB Garamond, italic', 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 10em;
}

/*.full-title {
    position: fixed;
}

#two {
    top: 10px;
}
*/
.titlecontainer {
    display: flex;
    justify-content: space-between;
    margin-top: 15em;
}


.footer {
    font-size: 1.3em;
    padding: 8px;
    text-align: center;
}

a {
    font-family: Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase ;
    color:inherit;
    text-decoration: none;
}

ul {
    padding-left: 0; 
    list-style: none;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3px;
}
.post {
    border: 3px dashed white;
    width: 20%;
    height: 200px;
    word-wrap: break-word;
    margin: 10px auto;
    overflow: hidden;                 
    text-overflow: ellipsis;
    padding: 0 10px;
}

.container {
    position: relative;
}

.user-info span {
    font-family: 'EB Garamond, italic', 'Times New Roman', Times, serif;
    font-style: italic;
}

.login-registration {
    margin: auto;
    text-align: center;
}

div.posts {
    background-image: url('background-image.png');
}

h2 {
    font-family: 'Arial', Sans-Serif;
    text-align: center;
    text-transform: uppercase;
}
.post-body-div {
    margin: auto;
    width: 500px;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    text-align: justify;
}
.nav {
    position: absolute;
    top: 0;
    bottom: 0;
}
.top-section {
    position: relative;
}

.post {
    color: white;
}

/* The following section is for the About page!important Much love */
.about-title {
    display: flex;
    justify-content: space-between;
}
#this {
    text-align: left;
}
.images {
    display: flex;
    flex-wrap: wrap;
}
.images img {
    min-width: 400px;
    height:400px;
    padding: 5px;
}
