body{
    background-color: #fcfcfc;
}

.wrapper{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.buttons-edit{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.top-bar{
    background-color: #fcfcfc;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.center-vertical{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}