@import "button.css";
@import "navbar.css";
@import "banner.css";
@import "footer.css";
@import "contact.css";
@import "content.css";
@import "about-me.css";

*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    color: rgb(60 56 56);
}
p {
    font-size: large;
    line-height: 1.8;
}
h2 {
    font-size: 34px;
    line-height: 2;
}


