aside {
  min-width: 200px;
  height: 100%;
  background-color: wheat; }

header {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header-inverted-color);
  width: 100%;
  position: relative; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px); }
    header .inner .logout {
      color: white;
      cursor: pointer; }

.profile-content {
  display: flex;
  width: 100%;
  height: 100%; }

.profile-main {
  display: flex;
  justify-content: center;
  width: 100%; }

/*# sourceMappingURL=profile.css.map */