body {
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 1.15rem;
}

footer {
  margin-top: 6.5rem;
}

.btn {
  border-radius: 5rem;
}

.btn-primary {
  background-color: #225dc5;
  border-color: #225dc5;
}

.btn-outline-primary {
  color: #225dc5;
  border-color: #225dc5;
}

.btn-outline-primary:hover {
  background-color: #225dc5;
  border-color: #225dc5;
}

.btn-sm {
  padding: 0.5rem 1.5rem;
  min-width: 150px;
}

.btn-md {
  padding: 0.7rem 2.1rem;
  min-width: 200px;
}

@media all and (max-width: 480px) {
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
    min-width: 90px;
  }

  .btn-md {
    padding: 0.5rem 1.5rem;
    min-width: 150px;
  }
}

.text-muted {
  color: #989797;
}

.img-fluid {
  height: 100%;
}

.logo-text {
  color: #225dc5;
  font-size: 0.75rem;
  transform: translateY(0.8rem);
  position: absolute;
  font-weight: 600;
}
@media all and (max-width: 480px) {
  .logo-text {
    font-size: 0.5rem;
    transform: translateY(1.2rem);
  }
}

@media all and (max-width: 365px) {
  .logo-text {
    display: block;
    font-size: 0.5rem;
    transform: translate(-0.4rem, 0.1rem);
  }
}

@media all and (max-width: 768px) {
  .shorten-btn {
    display: none;
  }
}

.mad-section {
  margin-top: 2rem;
}

@media all and (max-width: 480px) {
  .mad-section {
    margin-top: 3rem;
  }
}

.mad-container {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 700px;
}

.mad-tag-300x250 {
  width: 300px;
  height: 250px;
  background-color: #225dc5;
}

.timer {
  font-size: 1rem;
}

.url {
  overflow-wrap: break-word;
  color: #b7b7b7;
}

.feature-container {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.feature-container > .row {
  align-items: center;
}

.feature-text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2rem;
}

@media all and (max-width: 768px) {
  .img-container {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
  }
}

.line {
  background-color: #225dc5;
  width: 10%;
  height: 5px;
}

.cta {
  flex-direction: column;
  align-items: center;
}
