.btn-primary2 {
  background-color: #ff9f43 !important;
  outline-color: #ff9f43 !important;
}
.update-color {
  color: #ff9f43 !important;
}

.hide-me {
  display: none !important;
}

.color-me {
  color: red;
}

/* Move image to center */
.me-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-bottom: 20px;
}
