.kalam {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.just-me-again-down-here-regular {
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
}

p {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}

.pbold {
  font-weight: bold;
}

.card {
  background: rgba(255, 240, 246, 0.5);
  margin: 30px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
}

h2 {
  text-align: center;
  font-size: 24px;
  text-decoration: dashed underline;
  text-decoration-color: #a2f2c7;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px;
  background-color: #a2f2c7;
}

header a.logo {
  font-size: 35px;
  font-weight: bold;
}

header a.icon {
  margin-top: 10px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-left a {
  color: black;
  text-decoration: none;
  font-size: 25px;
}

.header-left a:hover {
  color: white;
}

.header-left a.active {
  color: white;
}

header a.icon img:hover{
  content: url('../images/instagram-white.png');
}

@media (max-width: 768px) {
  .header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  image-rendering: pixelated;
}

main {
  background: transparent;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

main a {
  color: black;
  font-style: italic;
  text-decoration-color: #52ca8a;
}

main a:hover{
  color: #52ca8a;
}
