#content {
    height: 600px;
    margin: 0px 10px;
    padding: 5px;

    background-color: white;

    display: flex;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}