html {
    font-family: Helvetica, Arial, sans-serif;
}

#title {
    font-size: 2vw;
}

.post {
    position: absolute;
    width: 20%;
    height: 40%;
}

h3 {
    margin: 2%;
}

p {
    margin: 2%;
}

.commenting {
    width: 30%;
}

.commentButton {
    width: 20%;
    position: absolute;
    bottom: 2%;
    right: 2%;
}