/* Reset some default styles */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/* Basic styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #000;
}

header, .summary, .experience {
    padding: 20px;
    background-color: #fff;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

header h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

address {
    font-size: 14px;
    margin-bottom: 10px;
}

section h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

section article {
    margin-bottom: 20px;
}

/* Customize as needed */
