@import url(component.css);

.imgvarient1{
    height: auto;
    width: 80%;
    max-width:400px;
}

.imgvarient2{
    border-radius: 50%;
    height: 20vh;
    width: 20vh;
}

#image{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: 1rem ;
}
.cardvarient-header{
    color: var(--primary-color);
}
.cardvarient-titles{
    color: var(--primary-color);
}
