/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://wordpress.org/themes/twentytwentyfour/
Description:  Twenty Twenty-Four child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfourchild
*/

/* Scroll-To-Top */
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}
#scroll-to-top:hover {
  opacity: 1;
}