/*
File: twelveDaysXmasStyles.css
Site: TNT
Date: 08/16/19
Author: KLP
Comments:

*/

div#heroArea h1{
    font-size: 30px;
}

.inline{
    display: inline;
    margin-right: 10px;
}

img#outputPic {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}

.invalid {
    color: red;
}

.valid {
    color: #060;
}

form label {
    display: block;
}

div#songLyrics img{
    width: 50%;
}

div#songLyrics {
/*    background-color: #E1FBCA;*/
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    overflow: scroll;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}


div#songLyrics h2{
    text-align: center;
    color: green;
}


div#songLyrics h3 {
    color: red;
    margin-top: 20px;
}

div#songLyrics h3 span {
    color: #390;
    font-size: larger;
}

em {
    font-weight: bold;
    color: #F00;
}
