body {
    background-color: grey;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;


}
nav {
    background-color:palegoldenrod;
    padding: 10px;
    position: fixed;
    width: 100%;


}
header { 
    padding-top: 38px;
    background-image: url("https://uclacs.org/wp-content/uploads/2017/11/ucla-downtown-2000.jpg");
    background-size: cover;
}
.slide {
    height:75vh;
    background-color: grey;
    border: 1px solid #ffffff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1em;
    color: black;
}
h1{
    color: seashell;
    font-style: Impact;
}
#about {
    background-color: palegoldenrod;
}
#my-profile-pic {
    background-image: url("http://s3.amazonaws.com/37assets/svn/765-default-avatar.png");
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
#my-profile-details {
    background-color:  palegoldenrod;
    width: 60%;
    height: 100%;
    padding: 10px;
}
.post-wrapper {
    width: 75%;
    height: 200px;
    background-color: palegoldenrod;
    border: 2px dotted white;
}
#blog {
    flex-direction: column;
    height: auto;
    padding-bottom: 30px;
}

.date {
    float: right;
    font-style: italic;
    font-weight: 400;
}
.post-content {
    overflow-y: scroll;
}
.post-wrapper {
    overflow-y: scroll;
}




























/* h2 {
    background-color: green
} */