.controls {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  color: black;
  background-color: white;
  font-family: "Verdana"
}

.fish-count {
  margin-right: 25px;
  margin-left: 10px;
}



.title {
  margin: 0px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: absolute;
}
.title-welcome {
  font-size: 15px;
  text-align: center;
  position: relative;
  top: 14px;
}
.actual-title {
  text-align: center;
}
.title-directions {
  font-size: 12px;
  position: relative;
  top: -8px;
  text-align: center;
}
.f {
  border: 2px solid white;
  border-radius: 3px;
  width: 20px;
  text-align: center;
}
