h3{
    text-transform:uppercase;
}
p{
    font-family:Arial;
}
body{
    background-image:url("https://www.bruker.com/en/applications/academia-materials-science/art-conservation-archaeology/archaeology-and-archaeometry/_jcr_content/teaserImage.coreimg.jpeg/1644399535028/archaeology-and-archaeometry-ancient-pottery-bna.jpeg");
}
a{
    font-size:16px;
    font-style:italic;
}
iframe{
    height:600px;
    width:100%;
}
header,.header{
    border-style:solid;
    background-color:PaleGoldenRod;
}
div.content,main{
    background-color:PaleGoldenRod;
    height:80%;
    width:70%;
    margin:15px;
    padding:10px;
    min-height: 600px;
}
.content{
    min-height: 600px;
}
footer,.footer{
    background-color:PaleGoldenRod;
    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{
    height:200px;
    width:200px;
    border:5px solid black;
    transition:width 1s, height,1s;
}
img:hover{
    width:400px;
    height:400px;
}