.content {
    background-color: white;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: flex-start;
    max-width: 800px;
    width: 100%; 
    margin: 0 auto;
    border-radius: 15px; 
    margin-left: 265px;
}

.content h1 {
    color: black;
    align-self: center;
    text-align: left; 
    margin-top: 0; 
    text-decoration: underline; 
    text-decoration-thickness: 2px; 
}

p {
    color: black;
}