/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.home-icon {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
img.bordered-image {
    border: 2px solid #fc59ff;
}
body {
  background: url(9.png);
  background-repeat: no-repeat;
  background-size: 1920px 1920px;
  background-color: #f5f5f5;
  color: #5dffa7;
  font-family: "Manufacturing Consent";
}
h1 {
  text-align: center;
  font-size: 100px;
}
h2 {
  text-align: center;
  font-size: 80px;
}
h3 {
  font-size: 40px;
}

body a:hover {
  color: #ff0000;
  text-decoration: line-through;
  cursor: url(cursor1.png), auto !important;
}