@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
html, body {
  overflow-x: hidden !important;
  width: 100%;
}
/* body {
  background-color: white;
  margin: auto;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-repeat: repeat;
  font-family: 'Inter', sans-serif;
  display: grid;
} */
.container {
  width: 100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    html, body {
        overflow-x: hidden !important;
        width: 100%;
    }
}
/* img {
  max-width: 100%;
  height: auto;
} */

/* Global styles only */

.reload-link {
  color: #07a8ff;
  font-weight: 600;
  text-decoration: underline;
}

.reload-link:hover {
  color: #ff3e30;
}







