/*
 *  Additional styling for the website (index.html).
 *  
 *  Jack Guinane
 *  2018-07-31
 */

html
{
    background-color: cadetblue;
}

.install-page
{
    background-color: #000;
    text-align: left;
    overflow-y: scroll;
}

.install-page p
{
    font-size: 1rem;
    color: limegreen;
}

.install-page a
{
    font-size: 1rem;
    color: aqua;
}

.baby-image
{
    background-image: url(http://www.oldest.org/wp-content/uploads/2017/10/Dancing-Baby.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.alert-page
{
    background-color: #c0c0c0;
    padding-bottom: 20px;
}