h1 {
    text-align: center;
}

.post-it-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-it {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;


    h3 {
        margin-bottom: 0px;
    }
}

.owner {
    font-weight: bold;
    margin: 5px;
}

.form {
    * {
        margin: 5px;
    }
}

.submit-button {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}

.pakastin-item:hover {
    text-decoration: underline;
    cursor: pointer;
}