/*
 Theme Name:   b5st Child
 Description:  Bootstrap 5 Startern Child Theme
 Author:       Zoe Berkowitz
 Template:     b5st-main
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  b5st-main-child
*/

* {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: slateblue;
    color: white;   
    }

.site-navbar {
  overflow: hidden;
  color: white;
}

a:link {
  color: white;
}

a:hover {
  color: blueviolet;
}

main {
  background-color: slateblue;
}

.page-footer {
        background-color: slateblue;
    }