   @font-face {
  font-family: dreamwish;
  src: url(/fonts/dreamwish.ttf);
    }
  
   @font-face {
  font-family: VeniceClassic;
  src: url(/fonts/VeniceClassic.ttf);
    }
    
body {
  justify-content: center;
  color: white;
  background-image:url(images/backgrounds/trippystars.png);
  }
  
h1 {
  font-family: dreamwish;
  }

p {
  font-family: VeniceClassic;
  }
  
.month-div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1em;
  width: 90%;
  width: 80vw;
  height: 110%;
  background-color: #4d2600;
  border-width: 7px;
  border-style: solid;
  border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/xnxzti-1.png") 8 fill round;
  }

.photo {
  width: 300px;
  height: 100%;
  }
  