body {
  margin: 0;
}

.navbar {
  background-color: #1e1e1e;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.location {
  font-weight: bold;
}

.powered-by {
  color: #ffb400;
  margin-left: 5px;
}

.right-section {
  display: flex;
  align-items: center;
}

.sign-in {
  margin-right: 10px;
}

.icons img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 5px;
}

.timesofindia-aritcals {
  max-width: 910px;
  margin: 0 auto;
}

.timesofindia-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.box {
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}

.timesofindia-aritcals p,
.box p {
  font-size: 17px;
  line-height: 24px;
}

.timesofindia-aritcals img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

#fix-box {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: block;
}

#fix-box img {
  border-radius: 3px;
}

@media (max-width: 1024px) {
  .timesofindia-aritcals {
    max-width: 100%;
    padding: 10px;
  }

  .timesofindia-container {
    grid-template-columns: 1fr;
  }

  .timesofindia-aritcals img {
    width: 100%;
  }

  .navbar {
    display: block !important;
  }

  .left-section {
    margin-bottom: 13px;
  }

  p {
    line-height: 32px !important;
  }
}

@media (max-width: 768px) {
  #fix-box {
    width: 90%;
  }
}
