@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainContainer{
  padding: 20px;
}


.imageContainer{
  width: 100%;
  max-width: 600px;
}

img {
  width: 100%;
}


html {
  font-family: "Montserrat";
}

.main {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#countTarget{
  margin: 30px;
}

#countSlowlyButton{
  margin: 30px;
}

#countVonCount{
  display: none;
}

.pinkButtons {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 55px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.pinkButtons:hover,
.pinkButtons:focus {
  background-color: #F082AC;
}
