/*
Theme Name: AuthorWeb
Theme URI: http://localhost/author-book
Author: Ahmed Ayoub
Author URI: http://localhost/author-book
Description: A fully custom WordPress theme designed from scratch.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: authorweb
*/

body {
    margin: 0;
    padding: 0;
}

html {
    margin-top: 0 !important;
}

body.logged-in {
    margin-top: 0 !important;
}
#wpadminbar {
    position: fixed !important;
}

body {
    margin-top: 0 !important;
}
html {
  scroll-behavior: smooth;
}
