* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: white;
}

button.navbar-toggler {
  background: white;
  border: none;
}

.mt6 {
  margin-top: 5rem;
}

body {
  background-color: #132124;
  overflow-x: hidden;
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.img-center {
  width: 50%;
}

.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.timesTitle {
  color: #FFF;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.timesTitle {
  content: '';
  padding: 2px 8px;
}

.times {
  display: flex;
  flex-direction: column;
  height: 105px;
  align-items: center;
  justify-content: space-around;
}

.times h1,
.times p {
  margin-bottom: 0;
}

.times h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.times h1 {
    font-size: 56px;
  }
}