html,
body {
  min-height: 100vh;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5;
  color: #333;
  margin: 0;

  background-image: radial-gradient(
    100% 50% at 50% 0,
    rgba(1, 103, 107, 0.13) 0,
    rgba(1, 103, 107, 0) 50%,
    rgba(1, 103, 107, 0) 100%
  );
}

canvas {
  position: absolute;
  inset: 0;
  height: auto;
  max-inline-size: 100%;
  vertical-align: middle;
  z-index: -1;
}
.logo {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  /* margin-left: 16px; */
}

p {
  font-size: 1rem;
  margin-bottom: 16px;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0 16px;
}

li {
  margin-bottom: 16px;
  padding-left: 8px;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
