
body {
    font-family: courier new;
    font-size: 14px;
    width: 600px;
    margin: auto;
    position: relative;
    top: 100px;
  
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

a {
    text-decoration: none;
}

p {
    letter-spacing: 0.05em;
    word-spacing: 0em;
    line-height: 1.5;
    text-align: justify;
    font-weight: bold; 
}

strong {
    font-style: italic;
    text-transform: uppercase;
}
