html {
    font-family: 'Lato', sans-serif;
}

body {
    background: linear-gradient(to right,#93C2C2,#BDD9D5);
    text-align: center;
    color:#7D7E81
}

h1,h2,h3 {
    color:#DB9734;
}

p,ul {
    list-style: none;
    padding: 1px;
}

h1 {
    font-weight: bolder; 
    font-size: 200%}

H3 {
    text-decoration-line: underline
}

footer {
    border-top: 1px solid #f39222;
    padding: 15px;
    font-size: 12px;
}