*{
    font-family: arial;
    background-color: white;
}

.micro-post {
    background-color: rgb(251, 255, 249);
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    border: 7px solid rgb(113, 160, 113);
}

.micro-title {
    font-weight: bold;
}

.micro-date {
    font-size: 12px;
}

.micro-content {

}
