.main-container {
  border: 1px solid #EAEAEA;
  background-color: white;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: white;
  padding: 10px 20px;
}

.settings__image-container {
  border: 1px solid #C4C8C8;
  width: 224px;
  height: 165px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings__image-info {
  font-size: 10px;
  color: #6D8395;
}

.settings__item {
  color: #405052;
  padding: 5px 10px;
  cursor: pointer;
}

.settings__item--selected {
  color: #00D4D4;
  background-color: #F8F8F8;
  font-weight: bold;
}
/*# sourceMappingURL=profile.css.map */