.form-control, .form-select, .btn-primary{
    line-height: 2.5;
    font-size: 1.5rem;
}
textarea.form-control{
    line-height: 2;
}

.avatar {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ced4da;
    padding: 5px;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

input[type=date].form-control {
    line-height: normal;
}