body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    /*background-color: rgb(243 244 246); /* #f2f2f2; /* light grey */
    background-color: #f7fafc; /* Adjust as needed */
    display: flex;
    justify-content: center;
    font-weight: normal;
}
.container {
    max-width: 600px;
    width: 100%;
    padding: 0 20px; /* Adjust padding as needed */
}
.titles {
    text-align: left;
    padding-top: 30px;
    margin-left: 0px;
}
.titles a {
    margin-left: 30px;
}
.content {
    margin-left: -130px;
    margin-right: -130px;
    margin-bottom: 50px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ccc; /* Border color */
    padding: 50px;
    padding-top: 20px;
    /*margin: 250px;
    max-width: 600px;
    width: 100%;
    padding: 0 20px; /* Adjust padding as needed */
    margin-top: 20px;
}
.titles p {
    margin: 5px;
}
.titles a {
    color: inherit;
    text-decoration: none;
    border-radius: 0.25rem; /* Adjust as needed */
    color: #2a4365; /* Adjust as needed */
    background-color: #f7fafc; /* Adjust as needed */
    gap: 0.25rem; /* Adjust as needed */
    padding-top: 0.25rem; /* Adjust as needed */
    padding-bottom: 0.25rem; /* Adjust as needed */   
    padding-left: 0.75rem; /* Adjust as needed */
    padding-right: 0.75rem; /* Adjust as needed */
}
.image-wrapper img{
    width: 90%;
    margin: 20px; /* Adjust the margin value as needed */
}