.image img { width: 100%; }

.frame{
    background-color: skyblue;
    padding:  10px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap
}

.post{
    background-color: #76A3BF;
    color: lightblue;
    border-radius:  10px;
}