h1 {
    font-size: 25pt;
    text-align: center;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: black; 
    margin-bottom: 20px;
}

h2 { 
    font-size: 12pt;
    text-align: center;
    font-style: italic;
    font-family: Arial, sans-serif;
    color: black; 
    margin-bottom: 20px;
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    text-align: justify;
    margin: 15px 40px;
    line-height: 1.8;
    color: black; 
}

body {
    background: lightpink;
    margin: 0;
    height: 300vh; 
    color: black; 
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.byline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 10pt;
    text-align: center;
    color: black; 
    margin-bottom: 20px;
}
