@import url('https://fonts.googleapis.com/css?family=Lexend+Deca');

.status-day:nth-child(n+5) { display:none; }
.uptime-90-days-wrapper { display:none; }
.components-uptime-link { display:none; }
.about-this-site { display:none; }


body {
font-family: 'Lexend Deca', sans-serif;
}
/* Hide the date scroll option in History pages*/
.pagination-container {
  display: none;
}
/* Hide the monthly percentage uptime in history pages*/
.month-uptime {
  display: none;
}
.uptimeLink {
  display: flex; /* or display: flex; depending on your layout */
  margin-left: auto;
  margin-right: auto;
  /* Optional: if you know the width of the element, you can set it and this will help center it */
  width: 50%; /* Adjust the width as needed */
}