/*The background color, font type, and font color are defined for the entire web page*/
body {
  background-color: rgb(22, 100, 245);
  font-family:garamond;
  color:black;
}  

/*These describe the characteristics of the combined banner, as well al the dimensions for the pictures and captions*/
#mainContent {width: 750px; padding: 20px; margin-right: auto; margin-left: auto; margin-top: 10px; background-color: rgba(255, 255, 255, 0.75); border-radius: 15px; text-align: center;}
#kittyBlock {float: left; width: 500px; margin-right: 20px; margin-bottom: 10px; text-align: center;}
#kittyPic {width: 75%; height: auto; object-fit: cover; object-position: center 20%; display: block; margin: 0 auto;}
#kittyDesc {margin-left: 520; text-align: center;}
#generalDesc {clear: both; text-align: center;}
#bombayCaption {margin-top: 10px; text-align: center;}
/*I specified a solid black border around this picture*/
#defaultBombay {max-width: 50%; height: auto; object-fit: cover; object-position: center 20%; display: block; margin: 0 auto; border: 2px solid black;}
