label {
    color: #B4886B;
    font-weight: bold;
    display: block;
    width: 150px;
    float: left;
}

div[ng-app] {
    margin: 50px;
}


html, body {
    height: 100%;
    background-color: white; /* body 기본 배경색 설정 */
  }