.imgpdf{
    text-align: center;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
#intro{
    font-size: 18px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
#convert{   
    text-align: center; 
}
.heading{
    text-align: center;
    color: white    ;
}
.question{
    font-size: 22px;
}
.form-label{
    color: white;
}
@media (max-width: 1400px) {
    .content{
        width: 75%;
    }
}
@media (max-width: 650px){
    .imgpdf{
        text-align: center;
        font-size: 21px;  
        font-family: 'Times New Roman', Times, serif; 
        color: white;
    }
    #intro{
        font-size: 15px;
        text-align: justify;
        font-family:Georgia, 'Times New Roman', Times, serif;
        color: white;
        font-weight: 100;
    }
    .question{
        font-size: 18px;
    }
    
}
.container-fluid{
    width: 100%;
    display: flex;
    gap: 5px;
}

.content{
    width: 50%;
}
.uploadblock{
    background-image: linear-gradient(rgb(0, 255, 13),rgb(5, 0, 7));
    padding: 10px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(0, 0, 0) ;

}


.lists{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
.sublist{
    font-size: 17px;
    font-style: italic;
    color: white;
}
.target{
    margin: 6px;
}
.target input{
    border: 1px solid black;
    border-radius: 10px;
}
.mb-3 input{
    border: 2px solid black;
    border-radius: 10px;
}