body {
    background-color: #F1F1F1;
}

#container {
    height: 500px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    background-color: white;
    border-radius: 3px;
}

#title-container {
    height: 100px;
    width: 100%;
    float: left;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #BBBBBB;
    display: flex;
    align-items: center;
}

#content-container {
    height: 100%;
}

#title {
    margin-left: 40px;
}