/* Style the body */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

/* Style the header */
h1 {
  color: #333;
  text-align: center;
}

/* Style the contact information */
p {
  color: #666;
  text-align: center;
}

/* Style the links */
a {
  color: #007bff;
  text-decoration: none;
}

/* Style the main content section */
.stuff {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style the section headings */
h2, h3, h4, h5 {
  color: #333;
}

/* Style the lists */
ul {
  list-style-type: disc;
  margin-left: 20px;
}

/* Style the list items */
li {
  margin-bottom: 5px;
}

/* Style the interests section */
h3 {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.website-counter {
  background-color: #ff4957;
  height: 50px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}