#topbar-screen .temperature {
  font-size: 1.6rem;
  color: white;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
#topbar-screen .temperature .profile-text {
  margin-right: 0.5rem;
}


#topbar-screen {
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;

    position: absolute;
    z-index: 8;
  }

  #topbar-screen .content {
    /* padding: 50px 35px 50px 65px; */
    /* transition: all 0.3s; */
    height: 100%;
    background-color: rgba(0, 0 , 0, 0);
    display: flex;
    flex-direction: row;

    justify-content: space-between;
  }
  #topbar-screen .content .options,
#topbar-screen .content .tools {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content:end
}
#topbar-screen .content .options .option,
#topbar-screen .content .tools .option {
  display: flex;
  color: #fff;
  font-size: 4rem;
  align-items:center;
    /* height: 5rem; */
  /* margin: 1rem 0; */
  margin-left: 1rem;
  flex-direction: row;

}
#topbar-screen .content .tools .profile  {
  border-radius: 10px;
  width: 50%;
  justify-content: center;
  float: right;

}
.avatar1 {
  margin: 2rem;
  object-fit: contain;

}

#topbar-screen .content .options .profile .avatar {
    border-radius: 10%;
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    float: left;
  }
  #topbar-screen .content .options .logo .avatar {
    border-radius: 10%;
    overflow: hidden;
    width: 6rem;
    height: 6rem;
}
#topbar-screen .content .options .logo {
    align-items: end;
}
#topbar-screen .content .options .clock {
    /* display: flex; */
    color: #fff;
    font-size: 2.3rem;
    align-items:start;
      /* height: 5rem; */
    /* margin: 1rem 0; */
    margin-left: 1rem;
    justify-content:center;
    flex-direction: column;
}
#clock {
    font-size: 2.3rem;
    text-align: start;
}
  #topbar-screen .content .options .profile .avatar img {
    float: left;
    height: 100%;
  }
  .temperature {
    color: white;
    font-size: 6rem;
    font-weight: lighter;
    line-height: 1;
    position: relative;
}

.temperature::after {
  /* content: 'o';
  position: absolute;
  right: -1.8rem;
  top: 0.6rem;
  display: flex;

  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 70%; */
    /* content: "o";
    font-size: 2rem;
    position: absolute;
    left: 4.4rem;
    display: inline-flex; */
}