h1 {
    font-size: 34px;
    color: red;
}

a.next_prev {
  ## background-color: lightblue;
  font-weight: bold;
  ## border-radius:3;
  color: lightblue;
}

img.image_round_left {
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    width:170px;
}

img.image_round_all {
    border-radius:10px;
    width:170px;
}

div.group {
    background:lightyellow; 
    border-style:double;
    border-radius:12px;
    border-color:grey;
    margin-top:2px;
    margin-right:20px;
}
div.talk_w_pic {
    background:lightblue; 
    border-style:double;
    border-radius:12px;
    border-color:purple;
    margin-top:2px;
    margin-right:20px;
}

div.person {
    ## border-style:double;
    ## margin-right:20px;
}

inside_oval {
    margin-right:20px;
}

.peopleCarouselImg img {
  width: auto;
  height: 225px;
  max-height: 225px;
}

