/*
Theme Name: Kayla Peeters Basic Theme
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A super basic single-page WordPress theme converted from a standalone PHP website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kayla-peeters-basic
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}
