.profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
}

.main {
  direction: rtl;
  overflow-wrap: break-word;
  margin: 40px auto;
  max-width: 750px;
  width: 100%;
  /* padding: 10px 20px 40px 20px; */
  background: aliceblue;
  text-align: center;
  border-radius: 12px;
  color: #333;
  font-family: sans-serif;
  font-weight: 600;
}

.topMenu {
  display: flex;
  height: 50px;
}

.g-signin2 {
  margin: 0 auto;
  width: max-content;
}

.signedInText {
  color: #333333;
  line-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

.topbar {
  flex: 1;
  height: 50px;
}

.right {
  text-align: right;
  line-height: 50px;
}

.left {
  text-align: left;
  line-height: 50px;
}
