body {
    font-family: 'Montserrat', sans-serif;
}

.resume-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.resume-section {
    margin-bottom: 20px;
}

hr {
    border-top: 1px solid #ccc;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info p {
    margin: 0;
    font-size: 14px;
    padding: 5px 0;
}


.template-card {
    /* width: 100%; */
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid transparent;
}

.template-card img {
    width: 200px;
    height: auto;
    
}

.template-card img {
    width: 200px;
    height: auto;
    
}

.template-card img.active {
   border-radius: 0px;

    
}

.template-card.active {
    border-color: #007bff;

}

.img123{
    border-radius: 0px;
}
