body {
    font-family: 'Georgia', serif;
    font-size: 16px;
    margin: 30px;
    padding: 0;
}

h1, h2 {
    font-weight: normal;
}

.italic-text {
    font-style: italic;
  }
.bold_text{
    font-weight: bold;
}