@import url(header.css);
@import url(sidebar.css);
@import url(sectionMain.css);
@import url(footer.css);

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
    font-family: Arial, sans-serif;
    background-color: #2c2d33;
    color: white;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}