* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

#inputContainer{
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 25px;
}

#vertCount{
  width:25%;
}