html {
    background-color: black;
  }

.motivationdiv {
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
    font-family: 'Libre Baskerville', serif;
    color: white;
    text-align: center;
  }

  .boardwalkimg {
    width: 100%;
    border: 5px solid white;
  }

  h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
  }    