body{
    background-image:url("https://t3.ftcdn.net/jpg/01/45/06/70/360_F_145067044_EwQkvZn5QQS2dqVbzr7sv6JP3cfzjQfo.jpg");
}
h3 {
    text-transform: uppercase;
}
p {
    text-align: right;
    font-family: Arial;
}
a{
    font-size: 16px;
    font-style: italic;
}
iframe{
    height:600px;
    width:100%;
}
header{
    border-style:solid;
    background-color:lightgrey;
}
main{
    height:80%;
    width:70%;
    background-color:lightgrey;
    margin:15px;
    padding:10px;
    min-height: 600px;
}
footer{
    background-color:lightgrey;
    margin:50px;
    padding:10px;
}
.job-title{
    font-weight:bold;
    color:maroon;
}
.large-list{
    font-size:25px;
    font-weight:bold;
}
img{
    width:200px;
    height:200px;
    border:5px solid black;
    transition: width 1s, height 1s;
}
img:hover {
    height:400px;
    width:400px;
}