* {
    margin: auto;
}

body {
    background-image: url('../imgs/blueWhiteDiamondBack_small_wavy5.png');
}

#titl {
    font-size: 1.5em;
    max-width: 80%;
    text-align: center;
}

#quotdiv {
    padding: 10px;
    max-width: 80%;
    text-align: center;
}

#quotspan {
    border: 2px solid black;
    background-color: white;
    font-size: 1.7em;
    background-color: white;
    display: inline-block;
    padding: 10px;
}

#imgdiv {
    height: 400px;
    max-width: 80%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#creddiv {
    max-width: 300px;
    padding: 15px;

}

#credspan {
    background-color: white;
    max-width: 80%;
    /*position: relative;
    left: -50px;
    top: 390px;*/
    font-style: italic;
    display: inline-block;
    padding: 10px;
}

#credspan:hover {
    text-decoration: underline;
    color: blue;
}