h3{
    text-transform:uppercase;
}
p{
    font-family
}
body{
    background-image:url(https://bloximages.newyork1.vip.townnews.com/nola.com/content/tncms/assets/v3/editorial/e/9e/e9eccda0-5bf0-58c8-839c-f9f02468b936/5cdccc1af1506.image.jpg?crop=1370%2C997%2C14%2C16&resize=687%2C500&order=crop%2Cresize);
}
a{
    font-size:16px;
    font-style:italic;
}
p{
    text-align:right;
}
iframe{
    height:600px;
    width:100%;
}
header{
    background-color:#FAD5FB;
        border-style:solid;
}
main{
    background-color:#FAD5FB;
    height:80%;
    width:70%;
    margin:15px;
    padding:10px;
}
footer{
    background-color:#FAD5FB;
    margin:50px;
    padding:10px;
}
.job-title{
    font-weight:bold;
    color:maroon;
}
.large-list{
    font-size:25px;
    font-weight:bold;
}
ol ul{
    font-size:18px;
    font-weight:normal;
}
img{
    width:200px;
    height:200px;
    border:5px solid black;
}