/* cobbierollins.com About Us */

body {
    background-color: black;
}

.whole_page_container {
    border: 2px solid black;
    padding: 25px;
    background: grey;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 20px;
    max-width: 80%;
    margin: auto;
    width: 80%;
    height: 90vh;
    overflow: scroll; /* or auto, or scroll */
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 0px solid grey;
  width: 180px;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
  color: white;
}

img {
  max-width: 100%;
}

h1, p {
  color: white;
}

h1 {
  font-size: 2.5rem;
}
