#post {
     background-color:White;
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     border: 4px solid black;
}
 #postcontainer {
     width: 70%;
}
 body{
     background-color: blue;
}
 p {
     font-size: 25px;
}
 h1 {
     font-size: 35px;
}
 #date {
     font-size: 20px;
}
 a {
     text-decoration: none;
     font-size: 25px;
}
