html, body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 3vw;
}

button {
  width: 15vw;
  min-width: 50px;
  height: 4vw;
  min-height: 25px;
  font-size: 1.5vw;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 2px;
  margin-top: 30px;
}

button:hover:not([disabled]) {
  cursor: pointer;
  background-color: rgb(51, 51, 51, 0.05);
}

select:hover {
  cursor: pointer;
  background-color: rgb(51, 51, 51, 0.05);
}

.topics {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.lang {
  align-self: flex-end; 
}

.cup-of-tea {
  width: 8rem;
  margin: 24px 0px 0px 8px;
  opacity: 0.60;
}
