.avatar {
    width:300px !important; /* you can use % */
    height: auto;
}

textarea.form-control {
    height: 100px !important;
}

* {
    font-family: "BPG Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "BPG WEB 002 Caps", sans-serif;
}

h5 {
    font-size: .8rem;
}

.btn {
    font-family: "BPG WEB 002 Caps", sans-serif;
    font-size: .8rem;
}

.bg-done {
  background-color: #38c172 !important;
  transition: 1s;
}

