body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  padding: 1rem;
}

.downPart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn {
  background-color: lightskyblue;
  border-radius: 20%;
  height: 2.5rem;
  width: 6rem;
}

.downPart div {
  font-size: 12px;
}