/*
Theme Name: MyTheme
Author: Ali Farooq
Description: Custom WordPress theme for interview assessment
Version: 1.0
Text Domain: mytheme
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.site-header {
    padding: 20px;
    background: #111;
}

.site-header a {
    color: #fff;
    text-decoration: none;
}

.site-footer {
    padding: 20px;
    background: #111;
    color: #fff;
}