body {
    background-color: #dddddd; <!-- #bffdba; transparent; -->
    font-family: Arial Narrow;<!-- font-family: Montserrat;  font-family: verdana; -->
    margin: 0px;
    text-align: center;
    background-image: url('img/underc.webp');
    height: 100%;
    background-repeat: no_repeat;    <!-- background-repeat: repeat-y; -->
    background-attachment: fixed;
    background-size: cover;   
}

h1, footer
{
    text-shadow: 8px 8px 2px gray;
}
