About This Tool
{text}
+
+ About Moodist
+
+ Immerse yourself in tranquility with Moodist, a simple ambient sound
+ generator. Create the perfect atmosphere for relaxation, focus, or sleep
+ by customizing soothing soundscapes to match your mood.
+
+
+
+ Use Moodist
+
@@ -25,10 +37,18 @@ const { text } = Astro.props;
font-family: var(--font-heading);
font-size: var(--font-md);
font-weight: 600;
+
+ &:not(:first-of-type) {
+ margin-top: 40px;
+ }
}
.text {
line-height: 1.6;
color: var(--color-foreground-subtle);
}
+
+ .button {
+ margin-top: 24px;
+ }