/* Was not able to get the css to share properly between two files put this here is the exact same as the one in Project A */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.descriptions {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
}