body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    color: #333;
}

.resume-font {
    font-family: EB Garamond, serif;
}

.rheader1 {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.rheader2 {
    font-style: italic;
    display: flex;
    justify-content: space-between;
}

.rbody{
    display: flex;
    flex-direction: column;
}
