.container-fluid {
  background: url(/images/Julie-Roberts.jpg) no-repeat center top;
  height: 500px;
  color: #FFF;
  text-size: 34px;
  text-align: center;
}
#container-fluid h1 {
    font-size: 60px;
}
.button {
    background-color: #FFF; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
