body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f2f5;
  margin-top: 100px;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  background-color: #f0f2f5;
  width: 90%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.menu-left {
  display: flex;
  align-items: center;
}

.menu-header a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.menu-header h2 {
  margin: 0 0 0 10px;
  font-size: 24px;
  color: #333;
}

.search-icon {
  height: 30px;
  width: 30px;
  cursor: pointer;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  border-radius: 50%;
}

.profile-container {
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.switch-container {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
  margin: 15px auto;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inv-frnds-container,
.settings-container {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
  font-size: 24px;
  margin: 15px auto;
  padding: 15px 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inv-frnds {
  margin-left: 15px;
}
.profile-left {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.profile-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.img-1 {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.img-2 {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.username {
  font-size: 18px;
  color: #333;
}

.down-arrow {
  height: 40px;
  width: 40px;
  cursor: pointer;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  border-radius: 50%;
  text-decoration: none;
}

.create-profile {
  font-size: 14px;
  color: #666;
}

.create-profile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.create-profile-left {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.fa-plus {
  height: auto;
  width: auto;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px;
  background-color: lightgray;
  border-radius: 50%;
  text-decoration: none;
  font-size: 10px;
}

.create-profile-text {
  margin-left: 15px;
  font-size: 18px;
  color: #333;
}

.icon-text-row {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 15px auto;
}

.icon-text-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 0 10px;
}

.icon-text-container {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon-text {
  display: flex;
  flex-direction: column;
}

.icon-text i {
  font-size: 24px;
  color: #333;
}

.icon-text-label {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.live {
  font-size: 13px !important;
  width: 43px !important;
  padding-bottom: 1px;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}
.settings-privacy-container {
  display: flex;
  border-top: 1px solid lightgray;
  align-items: center;
  max-width: 600px;
  font-size: 24px;
  margin: 15px auto;
  padding: 15px 20px;
}
.up-arrow {
  margin-left: auto;
}
