body {
    font-family: arial;
    font-size: 18px;
    color: blue;
    background-color: #f6d55c;
    margin: 30px;
    padding: 0;
}

p {
    line-height: 21px;
}

h1 {
    color: blue;
    background-color: #3caea3;
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: bold;
    text-align: center;
    letter-spacing: 0.7em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: 
}

h2 {
    color: red;
    font-size: 1.8em;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    margin: 0;
    padding: 2px;
}

