#cs1300-gallery {
    background-color: #DAF4FB;
  }
  
  /* Uncomment below if images are way too big.
  Selects all image tags and makes them 500px;
   */

  body {
    font-family: 'Roboto', sans-serif;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.9rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.3rem;
  }

  li {
    font-size: 1.3rem;
  }

  img {
    width: 80%
  }
  .section {
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .odd {
    background-color: #ffffff;
  }
  .even {
    background-color: #F4F5F7;
  }
  .big-section {
    color: #FFFFFF;
    background-color: #085BFF;
  }
  .white-link {
    color: white;
    font-size: 1.3rem;
  }
  .black-link {
    color: black;
    font-weight: 1000;
    font-size: 1.3rem;
  }

  .image-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
