h3{
    text-transform:uppercase;
}

p{
    text-align:left;
    font-family:arial;
}

body{
    background-color:darkblue;
}

a{
    font-size:16px;
    font-size:italic;
}

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

header{
   border-style:solid;
   background-color:darkblue;
   color:white;
   font-weight:bold;
}

main{
    height:80%;
    width:70%;
    background-color:darkblue;
    color:white;
}

footer{
    background-color:white;
    color:;
}
    
body{
    background-image:url(https://upload.wikimedia.org/wikipedia/en/thumb/5/53/NBA_75th_anniversary_logo.svg/800px-NBA_75th_anniversary_logo.svg.png); 
    }
    
.job-title{
    font-weight:bold;
    color:white;
    }
    
    .large-list{
        font-size:25px;
        Font-weight:bold;
    }
   
    ol ul{
     font-size:16px;
     font-weight:normal;
    }