
.about-tutorial{
    align-items: center;

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.about-tutorial h3{
    padding: 10px;

}
.about-tutorial p{
text-align: justify;    
font-style: normal;
font-size: 18px;


    
}
/* Media query for small screens */
@media (max-width: 768px) {
    .about-tutorial p {
        margin-left: 10px;
        margin-right: 10px;
        word-spacing: 0%;
        text-align: justify;

    }
}






.toics-main{
    /* background-color: bisque; */
     height: auto; 
    align-content: center;
}

.topic-list{
    padding-top: 25px;
     align-items: center; 
     text-align: center; 
     align-content: center; 
     display:flex; 
     flex-direction: column;

      /* background-color: aqua; */
}
.java-list{
    border: 1px solid black; 
     width: 50%; 
     align-content: center; 
     margin-bottom: 20px; 
     border-radius: 10px;
     box-shadow:4px 5px 10px  rgb(172, 174, 175) ;
     background: linear-gradient(60deg, rgb(146, 235, 230) 0%, rgb(185, 149, 226) 100%);

}

/* Media query for small screens */
@media (max-width: 768px) {
    .java-list {
        width: 90%;
    }
}


.topic-list  h3{
    font-size: x-large;
    font-weight: 400;
    font-size: x-large;
    color: rgb(44, 47, 83);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 6px 5px 8px rgb(73, 72, 72);

}

@media (max-width: 768px) {
    .topic-list h3 {
        font-size: medium;
    }
}






/* Center the card horizontally and vertically on small screens */
@media (max-width: 768px) {
    .card {
        width: 100%; /* Make the card full width on small screens */
        max-width: 300px; /* Set a maximum width for the card */
        margin: 0 auto; /* Center the card horizontally */
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the card vertically */
    }
}


.container-pdf {
    padding: 20px;
    justify-content: center;
    text-align: center;
}
.download-button {
    background-color: #7e37f1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(102, 101, 101);
}