        body {
            text-align:center;
            background-color:aliceBlue;
            background-image: url('../img/sky.jpg');
            background-repeat: no-repeat;
            /*background-attachment: fixed;*/
            background-position: center center;
            background-size: cover;
            margin: 5px;
            color:white;
            font-size:24px;
        }
        
/*img {width:15%; margin:15px;border:2px solid blue; box-shadow: 2px 2px;}*/
        h1 {
            font-size:62px;
        }
               
        .col-md-12 {text-align:center; margin-top:15px;}
        #bodbod {
            margin: 0px;
            text-align:center;
            background-color: rgba(240,248,255,.8);/* rgba(250,235,215,.8); /*antiqueWhite;*/
            padding:20px;
            font-size:24px;
            border: 2px inset #191970;
            box-shadow: 3px 3px;
            
        }
        #ducks {border-radius: 100px; width:20%;
                  border:2px double Dodgerblue;}
        .BCK {border: 1px solid grey; background:#F0F0F0;
            padding:5px; margin:10px; color:black; border-radius:2px; box-shadow:2px 2px black;text-decoration:none; font-size:24px;}
        
        #duckList {text-align:left; margin-left: 100px; margin-right:100px;
                 list-style-type:none; padding:3px;
                border: 2px solid dodgerBlue;}

        .input {padding:5px; border:2px inset dodgerBlue;}
        label {margin:5px;}
        
        textarea{
            vertical-align:top;

        }
        div {display:inline-block;}

#foot {color:black;position: absolute; bottom:0;}