@import url(base.css);

#postList {
    width: 100%;
    height: 100%;
}

.post {
    border: 1px solid white;
    border-radius: 25px;
}