/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("https://cdn.onlinefabricstore.com/products/PLA0626_2.jpg");
}
h1 {
  text-align: center;
  color: white;
  background-color: #450000
}
/* Three 5 containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 0px;
}
/* Clear floats after image containers */
.row::after {
  content: ☆ ;
  clear: both;
  display: table;
}
/* Three 5 containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 20%;
  padding: 0px;
}
/* Clear floats after image containers */
.row::after {
  content: "https://media0.giphy.com/media/v1.Y2lkPWVjZjA1ZTQ3NDdnMXA2bzZyeXRqbm8yNW1nbXNwc3g3dTBiMmV5Zm9vMWR0eGw5cCZlcD12MV9naWZzX3NlYXJjaCZjdD1n/l0Iy3SmLtviyE3bvG/200.webp";
  clear: both;
  display: table;
}
h2 {
  text-align: center;
  background-color: #450000;
  color: white;
}
p {
  background-color: #450000  
}

