h3{
    Text-transform: uppercase;
}

.long{
    text-align:right;
    font-family:Arial;
}

body{
    background-image:url("https://codehs.com/uploads/23467cb77765293bdaabcba62dbb6e00");
    background-repeat:no-repeat;
    background-size:cover;
}

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

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

.header{
    border-style:solid;
    background-image:url("https://codehs.com/uploads/23467cb77765293bdaabcba62dbb6e00");
    background-repeat:no-repeat;
    background-size:cover;
}

.content{
    height:80%;
    width:70%;
}

.footer{
    background-image:url("https://codehs.com/uploads/23467cb77765293bdaabcba62dbb6e00");
    background-repeat:no-repeat;
    background-size:cover;
    
}

.job-title{
    font-weight:bold;
    color:maroon;
}
img{
    width:200px;
    height:200px;
    border-style:solid;
    border-width:5px;
    transition:width 1s, height 1s;
}
main{
    margin:15px;
    padding:10px;
}
footer{
    margin:50px;
    padding:10px;
}
img:hover{
    transform: rotate(360deg)
    height:400px;
    width:400px;
}

main{
    min-height:600px;
}