

.dosis-ForRegina {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fd5c63;
}
body {
  background-color: lightblue; /* You can use color names, hex codes, or RGB values */
}

h1 {
display: inline-block; /* Makes the h1 behave like an inline element but allows block-level properties like width/height */
border: 2px solid white;
padding: 5px 10px; /* Adds padding around the text */
border-radius: 15px;
}
