html {background-color: rgb(198, 209, 204);}

body { padding: 15px;
width: 570px;
background-color: #808683;
margin:  1% auto;
border-color: blanchedalmond;
border-style: dotted;
}



h1 {    color: #ffebcd;

  font-size: 2.5rem;
    font-style: italic;
    border-bottom: 10px double;}

p {color: blanchedalmond;}



hr {
    border-color: blanchedalmond;
    border-style: dashed 1px;
    
}

h2 {
    color:blanchedalmond;
    font-style: oblique;
}

.header-class {
    width: 500px;
    height: 150px;
    border-color: blanchedalmond;
    opacity: 65%;
    text-align: center;
    margin: auto;
}

.job-title {color: blanchedalmond;
border: 2px solid;
text-align: center;
}

    .links {
            color: blanchedalmond;
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 10px 0;
        }

        li {
            margin-bottom: 5px;
        }

        a {
            /* Changed link color to stand out */
            color: #f0f8ff;
            text-decoration: none;
        }

        a:hover {
            /* Adds an underline when hovering over the link */
            text-decoration: underline;
        }

footer {

    width: 500px;
    height: auto;
    border-color: blanchedalmond;
    opacity: 65%;
    text-align: center;
    margin: auto;

}
