html{
    font-size: 12px;
    border: 3px solid black;
    margin: 400px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 2em;
   
    

}

h1 {
    color: hotpink;
    font-size: 2em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-bottom: 10px dotted purple;
}


.job-title {
    color: #999999;
    font-weight: bold;
}

a:link, a:visited {
    color: #fb6542;
}


a:hover{
   color:green;
   text-decoration: none
}

h2 {
   font-size: 1.5em; 
}

ul {
    padding: 2em;
    border: 5px solid purple;
    background-color: #eeeeee;
}