.change-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 30px;
  background-color: #3b4151;
  color: white;
  padding: 0 32px;
}

.change-view p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-right: 30px;
}