body {
  background-image: url("laptop.jpg");
  background-size: cover;
}

.mali-light {
  font-family: "Mali", cursive;
  font-weight: 300;
  font-style: normal;
}

.mali-medium {
  font-family: "Mali", cursive;
  font-weight: 500;
  font-style: normal;
}

.mali-bold {
  font-family: "Mali", cursive;
  font-weight: 700;
  font-style: normal;
}

.mali-light-italic {
  font-family: "Mali", cursive;
  font-weight: 300;
  font-style: italic;
}

.mali-medium-italic {
  font-family: "Mali", cursive;
  font-weight: 500;
  font-style: italic;
}

.mali-bold-italic {
  font-family: "Mali", cursive;
  font-weight: 700;
  font-style: italic;
  
}

  .transparent-block {
        background-color: white;
        padding: 20px; /* Add some padding for visual spacing */
        color: black; /* Set text color for contrast */
        opacity: 0.5;
    }
    
    .a {
      text-decoration: none;
    }
    