.container {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}
