body {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQESzA2mk9raMO9Aw1HqWwgfgkifXaKO2I8jOUhNlJns88D_OY:www.clker.com/cliparts/n/n/s/p/I/P/computer-blank-screen-hi.png&s");
}

h3{
    text-transform: uppercase;
}

.center{
    width: 70%;
    margin: 0 auto;
}

header {
    padding: 10px;
    background-color: #999999;
    color: lightBlue;
    border-style: solid;
    text-align: center;
}
main{
    padding: 10px 10px 10px 10px;
    /*margin: 15px;*/
    background-color: #999999;
    height: 80%;
    min-height: 600px;
}
footer{
    padding: 10px;
    /*margin: 50px;*/
    background-color: #999999;
    text-align: center;
}

.subheader {
    color: #C3CDE6;
    font-size: 23px;
}

.info {
    color: #CEC2EB;
    font-size: 20px;
}

a {
    color: pink;
    font-size: 20px;
    font-style: italic;
}

li{
    color: #CEC2EB;
    font-size: 20px;
}

.job-title{
    color: #c2b4e2;
}

iframe{
    height: 400px;
    width: 400px;
}

.large-list{
    font-size: 25px;
    font-weight: bold;
}

ol ul{
    font-size: 18px;
    font-weight: normal;
}

.image{
    height: 200px;
    width: 200px;
    border: solid 3px #C3CDE6;
    
    transition: height 1s, width 1s;
}

.image:hover{
    height: 300px;  
    width: 300px;  
}

.centerimg{
    text-align: center;
}