/*
Theme Name: Forte Custom Theme
Author: You
Description: Custom theme for Forte School of Music
Version: 1.0
*/
html, body {
  margin: 0;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding-top: 80px;
}


