.main-profile {
  background-image: url("images/minecraft.png") !important;
  background-position: center center;
  background-size: cover;
}

.main-profile .exit-button {
  background-color: red !important;
  color: white !important;
  opacity: 0.75 !important;
}
.main-profile .submit-button {
  background-color: green !important;
  color: white !important;
  opacity: 0.75 !important;
}

.main-profile .submit-button:hover {
  background-color: darkgreen !important;
  opacity: 1 !important;
}

.main-profile .exit-button:hover {
  background-color: darkred !important;
  opacity: 1 !important;
}

.main-profile p {
  color: white !important;
}

.main-profile .profile-button-control {
  background-color: #ec6090 !important;
  color: white !important;
  opacity: 0.78 !important;
}