body {
  background-color: white;
}

button {
  padding: 20px;
  font-size: 24px;
  border-radius: 14px;
  background-color: rgb(240, 240, 240);
  color: black;
  border: 2px solid black;
  cursor: pointer;
}

.body-text{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px 0px;
  font-size: 36px;
}

.bgv-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  height: 200px;
}

.button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.countdown-box {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
}