@import "~@orchard/frontend-react-components/build/frontend-react-components.main.css";
@import "~@orchard/frontend-react-components/src/scss/utils";
@import "~react-day-picker/lib/style.css";

body {
    background-color: rgb(246, 230, 232);
    margin: 20px;
}

.App {
    display: flex;
    &-content {
        flex: 1;
    }
}
img[alt="avatar"] {
    margin-right: 10px;
    width: 40px
}
