/* 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-color: pink;
  color: black; 
  font-family: comic sans;
  background-image: url("https://banana-banana.neocities.org/cake.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  align-content: end-fin; 
  border: pink dashed 10px;

  .flex-direction: row;
.grid {
  height: 200px;
  width: 500px;
  align-items: initial; /* Change the value in the live sample */
  border: solid 5px transparent;
  gap: 3px;
}