body{
    background-image: url(images/wauuimage1.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
}

.words p{
    color: white;
    font-size: 30px;

}
.banner {
    /* text-shadow: .1em .1em .9em white; */
    /* box-shadow: 1px 1px 19px 15px black; */
    /* display: inline-block; */
    margin: 0vh auto;
    text-align: center;
    box-shadow: none;
    /* background-color: aliceblue; */
}

h1 {
    box-shadow: none;
    background-color: rgb(110, 59, 59);
    color: black;
    display: inline-block;
}
