*{
    font-style: italic;
}
#post-container{
    
    width: 20%;
    border: 1px solid black;
    border-radius: 20px;
    text-align: center;
    box-shadow:  rgb(229, 224, 224);
    background-color: antiquewhite;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-bottom: 2px solid orange;
    border-top: 2px solid blue;
    border-left:2px solid lightcoral;
    border-right:2px solid  green;
   
}
#like-button{
    width: 100px;
    border-radius: 10px;
    height: 30px;
    color: whitesmoke;
    background-color: green;
}
/* #like-button:hover{
    background-color:blue;
     
} */
#comment-button:hover{
    background-color:blue;
     
}
#comment-button{
    width: 100px;
    
    border-radius: 10px;
    border-color: blue;
    background: rgb(46, 46, 216); 
    height: 30px;
    color: whitesmoke;
}
li{
    list-style: none;
    color: black;
}
#comments-list{
    width: 20%;
}
