@import 'header.css';
@import 'main.css';
@import 'footer.css';




body {
    font-family: 'Arial', sans-serif;
    background-color: #f1f1f1;

}
