h3{
    text-transform:uppercase;
}
p{
    font-family:Arial;
    text-align:left;
}
body{
    background-image:url("https://media.restless.co.uk/uploads/2022/04/steps-to-becoming-a-screenwriter.jpg")
}
a{
    font-size:16px;
    font-style:italic;
    color:LightSeaGreen;
}
iframe{
    height:600px;
    width:100%;
}
header{
    border-style:solid;
    background-color:Azure;
}
main{
    background-color:Azure;
    height:80%;
    width:70%;
}
footer{
    background-color:Azure;
}
.job-title{
    font-weight:bold;
    color:maroon;
}
.large-list{
    font-size:25px;
    font-weight:bold;
}
#survive{
    font-size:18px;
    font-weight:normal;
}