main{
    background-color: white;
    width: 800px;
    margin: auto;
    min-height: 4cap;
    padding: 20px;
    /*https://www.freepik.com/free-photos-vectors/christmas-background*/
    background-image: url(../images/christmas-background-with-snowflakes-bokeh-lights_1048-2870.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    color: #FEFCD5;
    text-shadow: black 1px 1px 2px ;
}

span#ordinalSpan{
    color: #FEF15D;
}

button#createBtn{
    background-color: #055346;
    color:#FEFCD5;
}

div#radioBtns{
    margin-top: 20px;
    background-color: rgb(2, 193, 170, .7);
    width: 100%;
}

div.form-check{
    display: inline-block;
}

div#radioBtns label{
    margin-right: 20px;
    color: #055346;
}

div#songDiv{
    width: 80%;
    font-weight: bold;
    font-size: 4vw;
    color: red;
    margin: auto;
    padding-left: .5em;
    min-height: 500px;
    background-color: #FEFCD5;
    border-radius: 50px;
    margin-bottom: 50px;
    padding: 20px;
}

p.songLeft{
    text-align: left;
    padding-left: 15%;
    /* background-color: pink; */
}

p.songRight{
    text-align: right;
    padding-right: 15%; 
    /* background-color: aqua; */
}

p.songCenter{
    text-align: center;
    /* background-color: aquamarine; */
    margin: auto;
}

.decorativeFont1{
    font-family: 'Mountains of Christmas', serif;
}

.decorativeFont2{
    font-family: 'Dancing Script', cursive; 
}

footer{
    font-size: .8em;
    color: #FEFCD5;
}

a{
    text-decoration: none;
    font-weight: bold;
    color: #E98C5E;
}

div#songDiv img{
    width: 90%;
    max-width: 400px; 
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

span.num{
    font-size: 1em;
    color: green;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
