body {
  font-family: 'Rubik', sans-serif;
  max-width: 765px;
  width: 100%;
  height: 300px;
  margin: 10px auto;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: white;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)),
    url("bg.jpg")
      no-repeat center center fixed;
}

.remove-top-margin {
  margin-top: 0;
  font-weight: 400;
}
.logo {
/* border-radius: 50%;  */
  max-width: 300px;
/*  max-height: 180px; */
}

.logo-placeholder {
  padding: 5px;
  margin-top: 30px;
  text-align: center;
}

.content {
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter {
  width: 500px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .counter {
    width: 450px;
  }
}

/*
          ##Device = Most of the Smartphones Mobiles (Portrait)
          ##Screen = B/w 320px to 479px
        */

@media (min-width: 320px) and (max-width: 480px) {
  .counter {
    width: 350px;
  }
}
