/*Styles sheet for the course homepage
ITWP 1100: Javascript
Author: Nicole Wozniak*/

html{
    background-image:linear-gradient(to right, #5cc7fc, #52f55a);
    background-repeat: no-repeat;
}
*{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

header{
    line-height: 10px;
    text-align: center;
}

h1{
    font-size: 2rem;
    color:#663399;
}

/*styles for the footer that holds validation links*/
footer{
    text-align: center;
    font-size: 1rem;
    margin: 50px 0;
}

.ListTitle{
    font-weight: bold;
    font-size:1.25rem;
    line-height:25px;
}

a:link{
    text-decoration: dotted;
    color:#5c2490;
    font-size:1rem;
}

a:hover{
    text-decoration:line-through;
    color:#8b008b;
    font-size: 1rem;
}
