body {
    width: 50%;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: lightseagreen;
    color: white;
    padding: 15px;
    margin-bottom: 0;
}

h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}

form {
    border: 1px solid lightseagreen;
    margin-bottom: 25px;
}

.wrapper {
    border: 1px solid lightseagreen;
    margin-bottom: 25px;
    padding: 15px;
}

.wrapper p {
    line-height: 1.5;
    font-size: 16px;
}

p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

ul {
    list-style-type: none;
    text-align: right;
    margin-right: 30%;
}

li {
    padding-bottom: 12px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

input[type="submit"] {
    color: white;
    background-color: lightseagreen;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
}

.button-cta {
    color: white;
    background-color: lightseagreen;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: 2px 2px black;
    
}

.txt-italics {
    font-style: italic;
}

.highlight {
    color: lightseagreen;
    text-decoration: underline;
}

.php-display {
    width: 35%;

}