body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #7FC4A4;
        }

        nav {
            background-color: #4252C6;
            color: white;
            text-align: center;
            padding: 10px;
            margin-top:-5px;
        }
        nav a {
            color: black;
            text-decoration: none;
            margin: 0 15px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .class-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }

.class-card {
    background-color: white;
    border: 1px solid #ddd;
    width: 200px; /* Adjust the width as needed */
    height: 300px; /* Adjust the height as needed */
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}




        .class-card h2 {
            margin-top: 0;
        }

   


.english-strand {
    background-image: url('../images/bg0.png');
    background-repeat: no-repeat; /* Prevent background image from repeating */
}
        .filipino-strand {
             background-image: url('../images/bg1.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

        .strand2 {


         background-image: url('../images/bg2.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

        .strand3 {
         background-image: url('../images/bg3.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

        .strand4 {
            background-image: url('../images/bg4.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

        .strand5 {
             background-image: url('../images/bg5.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

	.strand6 {
        background-image: url('../images/bg6.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

        .strand7 {
            background-image: url('../images/bg7.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }

 .strand8 {
            background-image: url('../images/bg8.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }
        
        .strand9 {
            background-image: url('../images/als_reviewers4.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }
        
          .strand10 {
            background-image: url('../images/dear.jpg');
    background-size: cover; /* Adjust this to fit your design needs */
        }
        
        
           .strand11 {
            background-image: url('../images/BYOB.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }
    
            .strand12 {
            background-image: url('../images/WBL.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }
        
           .strand13 {
            background-image: url('../images/ek_eskwela.png');
    background-size: cover; /* Adjust this to fit your design needs */
        }
        
  p {
        text-indent: 60px;
	text-align: justify;
    }
    
    
    