.signout {
  height: 20px;
  margin-left: auto;
}

.signout-text {
  display: flex;
  align-items: center; /* Aligns items vertically */
  float: right;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  color: white;
}