/* Paste your code here */
body{
    background-image:url("https://th.bing.com/th/id/OIP.3sYwbwHSuom12d6UAGpvMAHaE8?rs=1&pid=ImgDetMain");
    background-repeat:no-repeat;
    background-size:cover;
    font-size:18px;
    font-family:Arial;
}

a{
    color:LightSeaGreen;
    font-style:italic;
    font-size:16px;
}

h3{
    margin-left:30px;
    text-transform:uppercase;
}

iframe{
    width:100%;
    height:600px;
}

.header{
    border-style:solid;
    background-color:LightCyan;
}

.content{
    background-color:LightCyan;
    min-height:600px;
    width:70%;
    margin:15px;
    padding:10px;
}

.footer{
    background-color:LightCyan;
    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;
    transition: width 1s, height 1s;
}
img:hover{
    width:400px;
    height:400px;
}